Home
last modified time | relevance | path

Searched refs:rt_pin_write (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/freemodbus/port/
H A Dportserial.c132 rt_pin_write(MODBUS_SLAVE_RT_CONTROL_PIN_INDEX, PIN_LOW); in vMBPortSerialEnable()
139 rt_pin_write(MODBUS_SLAVE_RT_CONTROL_PIN_INDEX, PIN_HIGH); in vMBPortSerialEnable()
H A Dportserial_m.c134 rt_pin_write(MODBUS_MASTER_RT_CONTROL_PIN_INDEX, PIN_LOW); in vMBMasterPortSerialEnable()
141 rt_pin_write(MODBUS_MASTER_RT_CONTROL_PIN_INDEX, PIN_HIGH); in vMBMasterPortSerialEnable()
/nrf52832-nimble/rt-thread/components/drivers/misc/
H A Dpin.c141 void rt_pin_write(rt_base_t pin, rt_base_t value) in rt_pin_write() function
146 FINSH_FUNCTION_EXPORT_ALIAS(rt_pin_write, pinWrite, write value to hardware pin);
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dpin.h82 void rt_pin_write(rt_base_t pin, rt_base_t value);