Home
last modified time | relevance | path

Searched refs:GPIO_OType_PP (Results 1 – 6 of 6) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/driver/ethernet/
Dlan8720.c43 gpioInitStruct.GPIO_OType = GPIO_OType_PP; in LAN8720Init()
65 gpioInitStruct.GPIO_OType = GPIO_OType_PP; in LAN8720Init()
/device/soc/st/stm32f407zg/uniproton/board/driver/usart/
Dusart.c43 gpioInitStruct.GPIO_OType = GPIO_OType_PP; in UartInit()
/device/soc/st/stm32f407zg/uniproton/board/driver/spi/
Dspi.c30 gpioInitStructure.GPIO_OType = GPIO_OType_PP; in Spi1Init()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_gpio.h80 GPIO_OType_PP = 0x00, enumerator
83 #define IS_GPIO_OTYPE(OTYPE) (((OTYPE) == GPIO_OType_PP) || ((OTYPE) == GPIO_OType_OD))
/device/soc/st/stm32f407zg/uniproton/board/driver/w25qxx/
Dw25qxx.c37 gpioInitStruct.GPIO_OType = GPIO_OType_PP; in W25qxxInit()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_gpio.c261 GPIO_InitStruct->GPIO_OType = GPIO_OType_PP; in GPIO_StructInit()