Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gpio.h430 #define IS_GPIO_CLOCK(__CLOCK__) (((__CLOCK__) == GPIO_CLOCK_RISING) ||\ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpio.c534 assert_param(IS_GPIO_CLOCK(pRet_Init->Edge)); in HAL_GPIO_SetRetime()