Home
last modified time | relevance | path

Searched refs:LL_GPIO_InitTypeDef (Results 1 – 5 of 5) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_gpio.h93 } LL_GPIO_InitTypeDef; typedef
955 ErrorStatus LL_GPIO_Init(GPIO_TypeDef *GPIOx, LL_GPIO_InitTypeDef *GPIO_InitStruct);
956 void LL_GPIO_StructInit(LL_GPIO_InitTypeDef *GPIO_InitStruct);
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_ll_gpio.h101 } LL_GPIO_InitTypeDef; typedef
964 ErrorStatus LL_GPIO_Init(GPIO_TypeDef *GPIOx, LL_GPIO_InitTypeDef *GPIO_InitStruct);
965 void LL_GPIO_StructInit(LL_GPIO_InitTypeDef *GPIO_InitStruct);
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_gpio.h101 } LL_GPIO_InitTypeDef; typedef
1030 ErrorStatus LL_GPIO_Init(GPIO_TypeDef *GPIOx, LL_GPIO_InitTypeDef *GPIO_InitStruct);
1031 void LL_GPIO_StructInit(LL_GPIO_InitTypeDef *GPIO_InitStruct);
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_gpio.c191 ErrorStatus LL_GPIO_Init(GPIO_TypeDef *GPIOx, LL_GPIO_InitTypeDef *GPIO_InitStruct) in LL_GPIO_Init()
267 void LL_GPIO_StructInit(LL_GPIO_InitTypeDef *GPIO_InitStruct) in LL_GPIO_StructInit()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_gpio.c200 ErrorStatus LL_GPIO_Init(GPIO_TypeDef *GPIOx, LL_GPIO_InitTypeDef *GPIO_InitStruct) in LL_GPIO_Init()
274 void LL_GPIO_StructInit(LL_GPIO_InitTypeDef *GPIO_InitStruct) in LL_GPIO_StructInit()