Home
last modified time | relevance | path

Searched refs:GPIO_PIN_All (Results 1 – 21 of 21) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_gpio_ex.h398 #define GPIOA_PIN_AVAILABLE GPIO_PIN_All
399 #define GPIOB_PIN_AVAILABLE GPIO_PIN_All
400 #define GPIOC_PIN_AVAILABLE GPIO_PIN_All
401 #define GPIOD_PIN_AVAILABLE GPIO_PIN_All
402 #define GPIOE_PIN_AVAILABLE GPIO_PIN_All
403 #define GPIOF_PIN_AVAILABLE GPIO_PIN_All
404 #define GPIOG_PIN_AVAILABLE GPIO_PIN_All
406 #define GPIOI_PIN_AVAILABLE GPIO_PIN_All
409 #define GPIOJ_PIN_AVAILABLE GPIO_PIN_All
413 #define GPIOH_PIN_AVAILABLE GPIO_PIN_All
Dstm32h7xx_hal_gpio.h101 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_gpio_ex.h2338 #define GPIOA_PIN_AVAILABLE GPIO_PIN_All
2339 #define GPIOB_PIN_AVAILABLE GPIO_PIN_All
2340 #define GPIOC_PIN_AVAILABLE GPIO_PIN_All
2341 #define GPIOD_PIN_AVAILABLE GPIO_PIN_All
2342 #define GPIOE_PIN_AVAILABLE GPIO_PIN_All
2380 #define GPIOA_PIN_AVAILABLE GPIO_PIN_All
2381 #define GPIOB_PIN_AVAILABLE GPIO_PIN_All
2419 #define GPIOA_PIN_AVAILABLE GPIO_PIN_All
2456 #define GPIOA_PIN_AVAILABLE GPIO_PIN_All
2457 #define GPIOB_PIN_AVAILABLE GPIO_PIN_All
[all …]
Dstm32l0xx_hal_gpio.h120 #define GPIO_PIN_All (0xFFFFU) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_gpio_ex.h371 #define GPIOA_PIN_AVAILABLE GPIO_PIN_All
372 #define GPIOB_PIN_AVAILABLE GPIO_PIN_All
373 #define GPIOC_PIN_AVAILABLE GPIO_PIN_All
374 #define GPIOD_PIN_AVAILABLE GPIO_PIN_All
375 #define GPIOE_PIN_AVAILABLE GPIO_PIN_All
376 #define GPIOF_PIN_AVAILABLE GPIO_PIN_All
377 #define GPIOG_PIN_AVAILABLE GPIO_PIN_All
378 #define GPIOI_PIN_AVAILABLE GPIO_PIN_All
379 #define GPIOJ_PIN_AVAILABLE GPIO_PIN_All
380 #define GPIOH_PIN_AVAILABLE GPIO_PIN_All
Dstm32f7xx_hal_gpio.h101 #define GPIO_PIN_All ((uint16_t)0xFFFFU) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_gpio.h98 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_gpio.h101 #define GPIO_PIN_All ((uint16_t)0xFFFFU) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_gpio.h99 #define GPIO_PIN_All ((uint16_t)0xFFFFU) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_gpio.h103 #define GPIO_PIN_All ((uint16_t)0xFFFFU) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_gpio.h101 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_gpio.h99 #define GPIO_PIN_All ((uint16_t)0xFFFFU) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_gpio.h101 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_gpio.h100 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_gpio.h100 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_gpio.h100 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_gpio.h99 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_gpio.h100 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_gpio.h100 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_gpio.h100 #define GPIO_PIN_All ((uint16_t)0xFFFF) /* All pins selected */ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gpio.c600 assert_param(IS_GPIO_PIN(GPIO_Pin) && (GPIO_Pin != GPIO_PIN_All)); in HAL_GPIO_GetConfigPinAttributes()