Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/example/
H A Dgatt_rgb.c190 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 Dgpio.c79 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 Dmain.c181 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 Dmain.c384 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 Dstm32wbxx_hal_gpio.h119 #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 Dstm32f4xx_hal_gpio.h120 #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 Dstm32f4xx_hal_gpio.h120 #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 Dstm32l4xx_hal_gpio.h118 #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 Dstm32l4xx_hal_gpio.h118 #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 Dstm32l0xx_hal_gpio.h141 #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 Dstm32f4_discovery.c181 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 Dstm32f4_discovery.c181 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 Dmain.c348 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 Dmain.c278 GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; in MX_GPIO_Init()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_gpio.c212 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 Dstm32f4xx_hal_gpio.c214 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 Dstm32l4xx_hal_gpio.c194 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 Dstm32l4xx_hal_gpio.c194 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 Dstm32f4xx_hal_gpio.c196 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 Dport.c113 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 Dstm32l0xx_hal_gpio.c202 if((GPIO_Init->Mode == GPIO_MODE_OUTPUT_PP) || (GPIO_Init->Mode == GPIO_MODE_AF_PP) || in HAL_GPIO_Init()