Home
last modified time | relevance | path

Searched refs:GPIO_Mode (Results 1 – 7 of 7) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_gpio.c210 assert_param(IS_GPIO_MODE(GPIO_InitStruct->GPIO_Mode)); in GPIO_Init()
224 GPIOx->MODER |= (((uint32_t)GPIO_InitStruct->GPIO_Mode) << (pinpos * 2)); in GPIO_Init()
226 … if ((GPIO_InitStruct->GPIO_Mode == GPIO_Mode_OUT) || (GPIO_InitStruct->GPIO_Mode == GPIO_Mode_AF)) in GPIO_Init()
259 GPIO_InitStruct->GPIO_Mode = GPIO_Mode_IN; in GPIO_StructInit()
/device/soc/st/stm32f407zg/uniproton/board/driver/ethernet/
Dlan8720.c44 gpioInitStruct.GPIO_Mode = GPIO_Mode_AF; in LAN8720Init()
64 gpioInitStruct.GPIO_Mode = GPIO_Mode_OUT; in LAN8720Init()
/device/soc/st/stm32f407zg/uniproton/board/driver/usart/
Dusart.c44 gpioInitStruct.GPIO_Mode = GPIO_Mode_AF; in UartInit()
/device/soc/st/stm32f407zg/uniproton/board/driver/spi/
Dspi.c29 gpioInitStructure.GPIO_Mode = GPIO_Mode_AF; in Spi1Init()
/device/soc/st/stm32f407zg/uniproton/board/driver/w25qxx/
Dw25qxx.c36 gpioInitStruct.GPIO_Mode = GPIO_Mode_OUT; in W25qxxInit()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_gpio.h137 GPIOMode_TypeDef GPIO_Mode; /*!< Specifies the operating mode for the selected pins. member
/device/soc/st/stm32f407zg/uniproton/board/hdf_platform/src/
Dgpio_stm32f407.c312 gpioInitStruct.GPIO_Mode = device->resource.mode; in InitGpioDevice()