/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Config/Debug_GPIO/ |
D | debug_config.h | 66 #define GPIO_DEBUG_ADC_DEACTIVATION {GPIOA, GPIO_PIN_0} 72 #define GPIO_DEBUG_RNG_ENABLE {GPIOA, GPIO_PIN_0} 75 #define GPIO_DEBUG_RNG_DISABLE {GPIOA, GPIO_PIN_0} 81 #define GPIO_DEBUG_LOW_POWER_STOP_MODE_ENTER {GPIOA, GPIO_PIN_0} 84 #define GPIO_DEBUG_LOW_POWER_STOP_MODE_EXIT {GPIOA, GPIO_PIN_0} 90 #define GPIO_DEBUG_LOW_POWER_STANDBY_MODE_ENTER {GPIOA, GPIO_PIN_0} 93 #define GPIO_DEBUG_LOW_POWER_STANDBY_MODE_EXIT {GPIOA, GPIO_PIN_0} 99 #define GPIO_DEBUG_HCI_READ_DONE {GPIOA, GPIO_PIN_0} 102 #define GPIO_DEBUG_HCI_RCVD_CMD {GPIOA, GPIO_PIN_0} 105 #define GPIO_DEBUG_HCI_WRITE_DONE {GPIOA, GPIO_PIN_0} [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_gpio_ex.h | 2343 #define GPIOH_PIN_AVAILABLE (GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_9 | GPIO_PIN_10) 2382 #define GPIOC_PIN_AVAILABLE (GPIO_PIN_0 | GPIO_PIN_13 | GPIO_PIN_14 | GPIO_PIN_15) 2383 #define GPIOH_PIN_AVAILABLE (GPIO_PIN_0 | GPIO_PIN_1) 2420 #define GPIOB_PIN_AVAILABLE (GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_2 | GPIO_PIN_3 | GPIO_PIN_4 | \ 2460 #define GPIOH_PIN_AVAILABLE GPIO_PIN_0 | GPIO_PIN_1
|
D | stm32l0xx_hal_gpio.h | 104 #define GPIO_PIN_0 (0x0001U) /* Pin 0 selected */ macro
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Src/ |
D | stm32wb0x_hal_msp.c | 235 GPIO_InitStruct.Pin = GPIO_PIN_0; in HAL_UART_MspInit() 314 HAL_GPIO_DeInit(GPIOB, GPIO_PIN_0); in HAL_UART_MspDeInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_gpio.h | 84 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro 281 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_gpio.h | 84 #define GPIO_PIN_0 ((uint16_t)0x0001) macro 281 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_gpio.h | 84 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro 275 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_gpio_ex.h | 415 #define GPIOK_PIN_AVAILABLE (GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_2 | GPIO_PIN_3 | GPIO_PIN_4 | \ 418 #define GPIOK_PIN_AVAILABLE (GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_2 )
|
D | stm32h7xx_hal_gpio.h | 85 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_gpio.h | 108 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro 371 #define IS_GPIO_SINGLE_PIN(__PIN__) (((__PIN__) == GPIO_PIN_0) ||\
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_gpio.h | 82 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_gpio.h | 84 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_gpio.h | 85 #define GPIO_PIN_0 ((uint16_t)0x0001U) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_gpio.h | 85 #define GPIO_PIN_0 ((uint16_t)0x0001U) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_gpio.h | 83 #define GPIO_PIN_0 ((uint16_t)0x0001U) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_gpio.h | 87 #define GPIO_PIN_0 ((uint16_t)0x0001U) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_gpio.h | 85 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_gpio.h | 83 #define GPIO_PIN_0 ((uint16_t)0x0001U) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_gpio.h | 85 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_gpio.h | 84 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_gpio.h | 84 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_gpio.h | 84 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_gpio.h | 84 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_gpio.h | 83 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_gpio.h | 84 #define GPIO_PIN_0 ((uint16_t)0x0001) /* Pin 0 selected */ macro
|