/btstack/port/stm32-f4discovery-cc256x/bsp/ |
H A D | stm32f4_discovery.c | 174 GPIO_InitTypeDef GPIO_InitStruct; in BSP_LED_Init() 252 GPIO_InitTypeDef GPIO_InitStruct; in BSP_PB_Init() 371 GPIO_InitTypeDef GPIO_InitStructure; in SPIx_MspInit() 470 GPIO_InitTypeDef GPIO_InitStruct; in I2Cx_MspInit() 512 GPIO_InitTypeDef GPIO_InitStructure; in ACCELERO_IO_Init() 537 GPIO_InitTypeDef GPIO_InitStructure; in ACCELERO_IO_ITConfig() 630 GPIO_InitTypeDef GPIO_InitStruct; in AUDIO_IO_Init()
|
H A D | stm32f4_discovery_audio.c | 565 GPIO_InitTypeDef GPIO_InitStruct; in BSP_AUDIO_OUT_MspInit() 641 GPIO_InitTypeDef GPIO_InitStruct; in BSP_AUDIO_OUT_MspDeInit() 948 GPIO_InitTypeDef GPIO_InitStruct; in BSP_AUDIO_IN_MspInit() 1013 GPIO_InitTypeDef gpio_init_structure; in BSP_AUDIO_IN_MspDeInit()
|
/btstack/port/stm32-f4discovery-usb/bsp/ |
H A D | stm32f4_discovery.c | 174 GPIO_InitTypeDef GPIO_InitStruct; in BSP_LED_Init() 252 GPIO_InitTypeDef GPIO_InitStruct; in BSP_PB_Init() 371 GPIO_InitTypeDef GPIO_InitStructure; in SPIx_MspInit() 470 GPIO_InitTypeDef GPIO_InitStruct; in I2Cx_MspInit() 512 GPIO_InitTypeDef GPIO_InitStructure; in ACCELERO_IO_Init() 537 GPIO_InitTypeDef GPIO_InitStructure; in ACCELERO_IO_ITConfig() 630 GPIO_InitTypeDef GPIO_InitStruct; in AUDIO_IO_Init()
|
H A D | stm32f4_discovery_audio.c | 562 GPIO_InitTypeDef GPIO_InitStruct; in BSP_AUDIO_OUT_MspInit() 638 GPIO_InitTypeDef GPIO_InitStruct; in BSP_AUDIO_OUT_MspDeInit() 944 GPIO_InitTypeDef GPIO_InitStruct; in BSP_AUDIO_IN_MspInit() 1009 GPIO_InitTypeDef gpio_init_structure; in BSP_AUDIO_IN_MspDeInit()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Src/ |
H A D | stm32l0xx_hal_msp.c | 91 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_SPI_MspInit() 196 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_UART_MspInit()
|
H A D | main.c | 259 GPIO_InitTypeDef GPIO_InitStruct = {0}; in MX_GPIO_Init()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_hal_gpio.h | 64 }GPIO_InitTypeDef; typedef 259 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_gpio.h | 63 }GPIO_InitTypeDef; typedef 225 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_gpio.h | 63 }GPIO_InitTypeDef; typedef 225 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_gpio.h | 63 }GPIO_InitTypeDef; typedef 259 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_gpio.h | 63 }GPIO_InitTypeDef; typedef 259 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/ |
H A D | stm32l4xx_hal_msp.c | 141 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_SPI_MspInit() 246 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_UART_MspInit()
|
H A D | main.c | 326 GPIO_InitTypeDef GPIO_InitStruct = {0}; in MX_GPIO_Init()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/ |
H A D | stm32l0xx_hal_gpio.h | 68 }GPIO_InitTypeDef; typedef 276 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
|
/btstack/port/stm32-f4discovery-cc256x/port/ |
H A D | port.c | 107 GPIO_InitTypeDef RTS_InitStruct; in hal_uart_dma_set_sleep() 172 GPIO_InitTypeDef CTS_InitStruct = { in hal_uart_dma_set_csr_irq_handler()
|
/btstack/port/stm32-f4discovery-cc256x/Src/ |
H A D | i2c.c | 52 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_I2C_MspInit()
|
H A D | spi.c | 55 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_SPI_MspInit()
|
H A D | i2s.c | 52 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_I2S_MspInit()
|
H A D | gpio.c | 58 GPIO_InitTypeDef GPIO_InitStruct = {0}; in MX_GPIO_Init()
|
H A D | usart.c | 74 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_UART_MspInit()
|
/btstack/port/stm32-l451-miromico-sx1280/Src/ |
H A D | stm32l4xx_hal_msp.c | 141 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_SPI_MspInit()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Src/ |
H A D | main.c | 238 GPIO_InitTypeDef GPIO_InitStruct; in Init_UART()
|
/btstack/port/stm32-l451-miromico-sx1280/example/ |
H A D | gatt_rgb.c | 184 GPIO_InitTypeDef GPIO_InitStruct = {0}; in btstack_main()
|
/btstack/port/stm32-f4discovery-usb/Core/Src/ |
H A D | main.c | 159 GPIO_InitTypeDef GPIO_InitStruct = {0}; in MX_GPIO_Init()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/ |
H A D | stm32wbxx_hal_gpio.c | 170 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init) in HAL_GPIO_Init()
|