Home
last modified time | relevance | path

Searched refs:IS_GPIO_PIN_AVAILABLE (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_gpio.c164 assert_param(IS_GPIO_PIN_AVAILABLE(GPIOx, (GPIO_Init->Pin))); in HAL_GPIO_Init()
293 assert_param(IS_GPIO_PIN_AVAILABLE(GPIOx, GPIO_Pin)); in HAL_GPIO_DeInit()
372 assert_param(IS_GPIO_PIN_AVAILABLE(GPIOx, GPIO_Pin)); in HAL_GPIO_ReadPin()
406 assert_param(IS_GPIO_PIN_AVAILABLE(GPIOx, GPIO_Pin)); in HAL_GPIO_WritePin()
432 assert_param(IS_GPIO_PIN_AVAILABLE(GPIOx, GPIO_Pin)); in HAL_GPIO_TogglePin()
459 assert_param(IS_GPIO_PIN_AVAILABLE(GPIOx, GPIO_Pin)); in HAL_GPIO_LockPin()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_gpio_ex.h2361 #define IS_GPIO_PIN_AVAILABLE(__INSTANCE__,__PIN__) \ macro
2400 #define IS_GPIO_PIN_AVAILABLE(__INSTANCE__,__PIN__) \
2439 #define IS_GPIO_PIN_AVAILABLE(__INSTANCE__,__PIN__) \
2477 #define IS_GPIO_PIN_AVAILABLE(__INSTANCE__,__PIN__) \
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_gpio_ex.h424 #define IS_GPIO_PIN_AVAILABLE(__INSTANCE__,__PIN__) \ macro