Home
last modified time | relevance | path

Searched refs:AOS_GPIOC_IRQ_EVENT_P (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/gpio/include/aos/
A Dgpioc_core.h11 #define AOS_GPIOC_IRQ_EVENT_P ((uint32_t)1 << 0) macro
71 mask = (polarity) ? AOS_GPIOC_IRQ_EVENT_P : AOS_GPIOC_IRQ_EVENT_N; \
73 mask = AOS_GPIOC_IRQ_EVENT_P; \
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpioc.c80 event_mask = AOS_GPIOC_IRQ_EVENT_P | AOS_GPIOC_IRQ_EVENT_N; in irq_task_func()
91 (event_value & AOS_GPIOC_IRQ_EVENT_P)) in irq_task_func()

Completed in 3 milliseconds