Searched refs:RISING_EDGE (Results 1 – 5 of 5) sorted by relevance
127 #define RISING_EDGE 0x00100000u macro299 if ((GPIO_Init->Mode & RISING_EDGE) == RISING_EDGE) in HAL_GPIO_Init()
129 #define RISING_EDGE ((uint32_t)0x00100000) macro272 if((GPIO_Init->Mode & RISING_EDGE) == RISING_EDGE) in HAL_GPIO_Init()
129 #define RISING_EDGE (0x00100000U) macro274 if ((pGPIO_Init->Mode & RISING_EDGE) == RISING_EDGE) in HAL_GPIO_Init()
130 #define RISING_EDGE (0x00100000U) macro264 if ((pGPIO_Init->Mode & RISING_EDGE) == RISING_EDGE) in HAL_GPIO_Init()
129 #define RISING_EDGE (0x00100000U) macro328 if ((pGPIO_Init->Mode & RISING_EDGE) == RISING_EDGE) in HAL_GPIO_Init()