Home
last modified time | relevance | path

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

/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_gpio.h91 #define GPIO_EXTIEDS GPIO_EXTIEDS_Msk macro
1061 MODIFY_REG(GPIOx->EXTIEDS, ((line * line) * GPIO_EXTIEDS), ((line * line) * edge)); in FL_GPIO_SetTriggerEdge()
1093 return (uint32_t)(READ_BIT(GPIOx->EXTIEDS, ((line * line) * GPIO_EXTIEDS)) / (line * line)); in FL_GPIO_GetTriggerEdge()

Completed in 14 milliseconds