Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dgpio_irq_api.c61 GPIO_InitStruct.GPIO_ITPolarity = GPIO_INT_POLARITY_ACTIVE_LOW; in gpio_irq_init()
115 GPIO_ITPolarity = GPIO_INT_POLARITY_ACTIVE_LOW; in gpio_irq_set()
120 GPIO_ITPolarity = GPIO_INT_POLARITY_ACTIVE_LOW; in gpio_irq_set()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_gpio.h179 #define GPIO_INT_POLARITY_ACTIVE_LOW 0x0 /*!< Setting interrupt to low active: falling edge or low… macro
182 #define IS_GPIOIT_POLARITY_TYPE(TYPE) (((TYPE) == GPIO_INT_POLARITY_ACTIVE_LOW)\
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/gpio/
A Dgpio.c137 GPIO_ITPolarity = GPIO_INT_POLARITY_ACTIVE_LOW; in csi_gpio_irq_mode()
142 GPIO_ITPolarity = GPIO_INT_POLARITY_ACTIVE_LOW; in csi_gpio_irq_mode()
147 GPIO_ITPolarity = GPIO_INT_POLARITY_ACTIVE_LOW; in csi_gpio_irq_mode()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/touch_key/
A Dtouch_key.c79 …GPIO_INTMode(HP_JACK_DET, ENABLE, GPIO_INT_Trigger_LEVEL, GPIO_INT_POLARITY_ACTIVE_LOW, GPIO_INT_D… in app_hp_jack_timer_callback()
110 …GPIO_INTMode(HP_JACK_DET, ENABLE, GPIO_INT_Trigger_LEVEL, GPIO_INT_POLARITY_ACTIVE_LOW, GPIO_INT_D… in app_hp_jack_int_handler()

Completed in 5 milliseconds