Searched refs:RstPin (Results 1 – 5 of 5) sorted by relevance
| /bsp/nuvoton/libraries/nu_packages/CCAP_Sensors/ |
| A D | ccap_sensor.c | 159 …LOG_I("sensor reset pin: %d, Active low: %s", psIo->RstPin, psSensorPriv->RstActLow ? "TRUE" : "FA… in ccap_sensor_reset() 161 rt_pin_mode(psIo->RstPin, PIN_MODE_OUTPUT); in ccap_sensor_reset() 164 rt_pin_write(psIo->RstPin, PIN_LOW) : in ccap_sensor_reset() 165 rt_pin_write(psIo->RstPin, PIN_HIGH); in ccap_sensor_reset() 170 rt_pin_write(psIo->RstPin, PIN_HIGH) : in ccap_sensor_reset() 171 rt_pin_write(psIo->RstPin, PIN_LOW); in ccap_sensor_reset()
|
| A D | ccap_sensor.h | 82 rt_base_t RstPin; member
|
| /bsp/nuvoton/numaker-iot-ma35d1/board/ |
| A D | board_dev.c | 260 .RstPin = SENSOR0_RST_PIN,
|
| /bsp/nuvoton/numaker-m467hj/board/ |
| A D | board_dev.c | 328 .RstPin = SENSOR0_RST_PIN,
|
| /bsp/nuvoton/numaker-hmi-ma35d1/board/ |
| A D | board_dev.c | 426 .RstPin = SENSOR0_RST_PIN, 440 .RstPin = SENSOR1_RST_PIN,
|
Completed in 11 milliseconds