Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gpio.h412 #define IS_GPIO_DELAY(__DELAY__) (((__DELAY__) == GPIO_DELAY_PS_0) ||\ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpio.c610 assert_param(IS_GPIO_DELAY(pDly_Init->Delay)); in HAL_GPIO_SetDelay()