Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_gpio.h180 #define GPIO_INT_POLARITY_ACTIVE_HIGH 0x1 /*!< Setting interrupt to high active: rising edge or hi… macro
183 || ((TYPE) == GPIO_INT_POLARITY_ACTIVE_HIGH))
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dgpio_irq_api.c110 GPIO_ITPolarity = GPIO_INT_POLARITY_ACTIVE_HIGH; in gpio_irq_set()
125 GPIO_ITPolarity = GPIO_INT_POLARITY_ACTIVE_HIGH; in gpio_irq_set()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/touch_key/
A Dtouch_key.c76 …GPIO_INTMode(HP_JACK_DET, ENABLE, GPIO_INT_Trigger_LEVEL, GPIO_INT_POLARITY_ACTIVE_HIGH, GPIO_INT_… in app_hp_jack_timer_callback()
109 if (level == GPIO_INT_POLARITY_ACTIVE_HIGH) { in app_hp_jack_int_handler()
112 …GPIO_INTMode(HP_JACK_DET, ENABLE, GPIO_INT_Trigger_LEVEL, GPIO_INT_POLARITY_ACTIVE_HIGH, GPIO_INT_… in app_hp_jack_int_handler()
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/gpio/
A Dgpio.c132 GPIO_ITPolarity = GPIO_INT_POLARITY_ACTIVE_HIGH; in csi_gpio_irq_mode()
152 GPIO_ITPolarity = GPIO_INT_POLARITY_ACTIVE_HIGH; in csi_gpio_irq_mode()

Completed in 5 milliseconds