Home
last modified time | relevance | path

Searched defs:GPIO_Init (Results 1 – 5 of 5) sorted by relevance

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_gpio.c164 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init) in HAL_GPIO_Init()
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Src/
Dstm32mp1xx_hal_gpio.c166 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init) in HAL_GPIO_Init()
/device/soc/st/common/platform/pwm/
Dstm32mp1_pwm.c80 GPIO_InitTypeDef GPIO_Init = { 0 }; in Mp1xxPwmGpioSet() local
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_gpio.c203 void GPIO_Init(GPIO_TypeDef* GPIOx, GPIO_InitTypeDef* GPIO_InitStruct) in GPIO_Init() function
/device/soc/st/common/platform/i2c/
Dstm32mp1_i2c.c92 GPIO_InitTypeDef GPIO_Init = { 0 }; in Mp1xxI2cCntlrInit() local