Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gpio.h434 #define IS_GPIO_PATH(__PATH__) (((__PATH__) == GPIO_PATH_OUT) ||\ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpio.c611 assert_param(IS_GPIO_PATH(pDly_Init->Path)); in HAL_GPIO_SetDelay()