Home
last modified time | relevance | path

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

/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_gpio.h89 #define GPIO_EXTIEDS_Pos (0U) macro
90 #define GPIO_EXTIEDS_Msk (0x3U << GPIO_EXTIEDS_Pos)
285 #define FL_GPIO_EXTI_TRIGGER_EDGE_RISING (0x0U << GPIO_EXTIEDS_Pos)
286 #define FL_GPIO_EXTI_TRIGGER_EDGE_FALLING (0x1U << GPIO_EXTIEDS_Pos)
287 #define FL_GPIO_EXTI_TRIGGER_EDGE_BOTH (0x2U << GPIO_EXTIEDS_Pos)
288 #define FL_GPIO_EXTI_TRIGGER_EDGE_DISABLE (0x3U << GPIO_EXTIEDS_Pos)

Completed in 9 milliseconds