Home
last modified time | relevance | path

Searched refs:IS_GPIO_SINGLE_PIN (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_gpio.c571 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetRetime()
652 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetDelay()
853 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_gpio.h281 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_gpio.h281 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_gpio.h275 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gpio.c625 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gpio.c707 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetConfigPinAttributes()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_gpio.h371 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gpio.c919 assert_param(IS_GPIO_SINGLE_PIN(GPIO_Pin)); in HAL_GPIO_GetConfigPinAttributes()