Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gpio.h427 #define IS_GPIO_RETIME(__RETIME__) (((__RETIME__) == GPIO_RETIME_ON) ||\ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpio.c533 assert_param(IS_GPIO_RETIME(pRet_Init->Retime)); in HAL_GPIO_SetRetime()