Home
last modified time | relevance | path

Searched refs:GPIO_PIN_LOW (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/csi/csi2/include/drv/
A Dgpio.h38 GPIO_PIN_LOW = 0, ///< GPIO low level enumerator
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/touch_key/
A Dtouch_key.c14 #define HP_JACK_INSET_LEVEL GPIO_PIN_LOW /*insert level*/
75 if (level == GPIO_PIN_LOW) { in app_hp_jack_timer_callback()
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpioc_csi.c170 val = gpioc->pins[pin].value ? GPIO_PIN_HIGH : GPIO_PIN_LOW; in gpioc_csi_set_mode()
214 val = gpioc->pins[pin].value ? GPIO_PIN_HIGH : GPIO_PIN_LOW; in gpioc_csi_set_value()

Completed in 5 milliseconds