/btstack/port/stm32-l451-miromico-sx1280/example/ |
H A D | gatt_rgb.c | 190 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in btstack_main() 196 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in btstack_main() 202 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in btstack_main() 208 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in btstack_main()
|
/btstack/port/stm32-f4discovery-cc256x/Src/ |
H A D | gpio.c | 79 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init() 86 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init() 137 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init()
|
/btstack/port/stm32-f4discovery-usb/Core/Src/ |
H A D | main.c | 181 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init() 188 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init() 241 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init()
|
/btstack/port/stm32-l451-miromico-sx1280/Src/ |
H A D | main.c | 384 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init() 397 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init() 404 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_hal_gpio.h | 119 #define GPIO_MODE_OUTPUT_PP (0x00000001u) /*!< Output Push Pull Mode … macro 220 ((__MODE__) == GPIO_MODE_OUTPUT_PP) ||\
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_gpio.h | 120 #define GPIO_MODE_OUTPUT_PP 0x00000001U /*!< Output Push Pull Mode … macro 267 ((MODE) == GPIO_MODE_OUTPUT_PP) ||\
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_gpio.h | 120 #define GPIO_MODE_OUTPUT_PP 0x00000001U /*!< Output Push Pull Mode … macro 267 ((MODE) == GPIO_MODE_OUTPUT_PP) ||\
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_gpio.h | 118 #define GPIO_MODE_OUTPUT_PP (0x00000001u) /*!< Output Push Pull Mode … macro 220 ((__MODE__) == GPIO_MODE_OUTPUT_PP) ||\
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_gpio.h | 118 #define GPIO_MODE_OUTPUT_PP (0x00000001u) /*!< Output Push Pull Mode … macro 220 ((__MODE__) == GPIO_MODE_OUTPUT_PP) ||\
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/ |
H A D | stm32l0xx_hal_gpio.h | 141 #define GPIO_MODE_OUTPUT_PP ((uint32_t)0x00000001U) /*!< Output Push Pull Mod… macro 161 ((__MODE__) == GPIO_MODE_OUTPUT_PP) ||\
|
/btstack/port/stm32-f4discovery-cc256x/bsp/ |
H A D | stm32f4_discovery.c | 181 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in BSP_LED_Init() 520 GPIO_InitStructure.Mode = GPIO_MODE_OUTPUT_PP; in ACCELERO_IO_Init() 637 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in AUDIO_IO_Init()
|
/btstack/port/stm32-f4discovery-usb/bsp/ |
H A D | stm32f4_discovery.c | 181 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in BSP_LED_Init() 520 GPIO_InitStructure.Mode = GPIO_MODE_OUTPUT_PP; in ACCELERO_IO_Init() 637 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in AUDIO_IO_Init()
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/ |
H A D | main.c | 348 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init() 355 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Src/ |
H A D | main.c | 278 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/ |
H A D | stm32wbxx_hal_gpio.c | 212 if((GPIO_Init->Mode == GPIO_MODE_OUTPUT_PP) || (GPIO_Init->Mode == GPIO_MODE_AF_PP) || in HAL_GPIO_Init()
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_gpio.c | 214 if((GPIO_Init->Mode == GPIO_MODE_OUTPUT_PP) || (GPIO_Init->Mode == GPIO_MODE_AF_PP) || in HAL_GPIO_Init()
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_gpio.c | 194 if((GPIO_Init->Mode == GPIO_MODE_OUTPUT_PP) || (GPIO_Init->Mode == GPIO_MODE_AF_PP) || in HAL_GPIO_Init()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_gpio.c | 194 if((GPIO_Init->Mode == GPIO_MODE_OUTPUT_PP) || (GPIO_Init->Mode == GPIO_MODE_AF_PP) || in HAL_GPIO_Init()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_gpio.c | 196 if((GPIO_Init->Mode == GPIO_MODE_OUTPUT_PP) || (GPIO_Init->Mode == GPIO_MODE_AF_PP) || in HAL_GPIO_Init()
|
/btstack/port/stm32-f4discovery-cc256x/port/ |
H A D | port.c | 113 RTS_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in hal_uart_dma_set_sleep()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/ |
H A D | stm32l0xx_hal_gpio.c | 202 if((GPIO_Init->Mode == GPIO_MODE_OUTPUT_PP) || (GPIO_Init->Mode == GPIO_MODE_AF_PP) || in HAL_GPIO_Init()
|