Searched refs:RISING_EDGE (Results 1 – 3 of 3) sorted by relevance
150 #define RISING_EDGE ((uint32_t)0x00100000U) macro278 if((GPIO_Init->Mode & RISING_EDGE) == RISING_EDGE) in HAL_GPIO_Init()
156 #define RISING_EDGE (0x00100000U) macro293 if((GPIO_Init->Mode & RISING_EDGE) == RISING_EDGE) in HAL_GPIO_Init()
151 #define RISING_EDGE (0x00100000u) macro300 if((GPIO_Init->Mode & RISING_EDGE) == RISING_EDGE) in HAL_GPIO_Init()