Searched refs:IS_GPIO_PIN_AVAILABLE (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_gpio.c | 164 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/ |
D | stm32l0xx_hal_gpio_ex.h | 2361 #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/ |
D | stm32f7xx_hal_gpio_ex.h | 424 #define IS_GPIO_PIN_AVAILABLE(__INSTANCE__,__PIN__) \ macro
|