Home
last modified time | relevance | path

Searched refs:GPIO_InitTypeDef (Results 1 – 18 of 18) sorted by relevance

/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_gpio.h63 }GPIO_InitTypeDef; typedef
278 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_gpio.h63 }GPIO_InitTypeDef; typedef
225 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_gpio.h148 }GPIO_InitTypeDef; typedef
470 void GPIO_Init(GPIO_TypeDef* GPIOx, GPIO_InitTypeDef* GPIO_InitStruct);
471 void GPIO_StructInit(GPIO_InitTypeDef* GPIO_InitStruct);
/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()
255 void GPIO_StructInit(GPIO_InitTypeDef* GPIO_InitStruct) in GPIO_StructInit()
/device/soc/st/stm32f407zg/uniproton/board/driver/usart/
Dusart.c33 GPIO_InitTypeDef gpioInitStruct; in UartInit()
/device/soc/st/stm32f407zg/uniproton/board/driver/spi/
Dspi.c22 GPIO_InitTypeDef gpioInitStructure; in Spi1Init()
/device/board/talkweb/niobe407/applications/103_peripheral_can_example/
Dcan_init.c57 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_CAN_MspInit()
/device/board/talkweb/niobe407/liteos_m/bsp/src/
Dmain.c40 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_UART_MspInit()
/device/board/talkweb/niobe407/liteos_m/bootloader/src/
Dbootloader.c86 GPIO_InitTypeDef GPIO_InitStruct = {0}; in HAL_UART_MspInit()
/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/stm32f407zg/uniproton/board/driver/w25qxx/
Dw25qxx.c28 GPIO_InitTypeDef gpioInitStruct; in W25qxxInit()
/device/soc/st/stm32f407zg/uniproton/board/driver/ethernet/
Dlan8720.c33 GPIO_InitTypeDef gpioInitStruct; in LAN8720Init()
/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()
Dstm32f4xx_hal_rcc.c779 GPIO_InitTypeDef GPIO_InitStruct; in HAL_RCC_MCOConfig()
/device/soc/st/common/platform/pwm/
Dstm32mp1_pwm.c80 GPIO_InitTypeDef GPIO_Init = { 0 }; in Mp1xxPwmGpioSet()
/device/board/talkweb/niobe407/liteos_m/lwip_adapter/src/
Dethernetif.c66 GPIO_InitTypeDef GPIO_InitStructure; in HAL_ETH_MspInit()
/device/soc/st/common/platform/i2c/
Dstm32mp1_i2c.c92 GPIO_InitTypeDef GPIO_Init = { 0 }; in Mp1xxI2cCntlrInit()
/device/soc/st/stm32f407zg/uniproton/board/hdf_platform/src/
Dgpio_stm32f407.c291 GPIO_InitTypeDef gpioInitStruct = {0}; in InitGpioDevice()