Home
last modified time | relevance | path

Searched refs:GPIO_MODE_OUT_PP (Results 1 – 10 of 10) sorted by relevance

/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_gpio.h68 GPIO_MODE_OUT_PP = 0x80, /*!< General purpose output push-pull */ enumerator
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_gpio.h68 GPIO_MODE_OUT_PP = 0x80, /*!< General purpose output push-pull */ enumerator
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_gpio.h68 GPIO_MODE_OUT_PP = 0x80, /*!< General purpose output push-pull */ enumerator
/bsp/gd32/risc-v/libraries/gd32_drivers/
A Ddrv_gpio.c197 pin_mode = GPIO_MODE_OUT_PP; in gd32_pin_mode()
203 pin_mode = GPIO_MODE_OUT_PP; in gd32_pin_mode()
/bsp/nuclei/libraries/gd32vf103/HAL_Drivers/
A Ddrv_gpio.c206 pin_mode = GPIO_MODE_OUT_PP; in gd32_pin_mode()
212 pin_mode = GPIO_MODE_OUT_PP; in gd32_pin_mode()
/bsp/apm32/apm32f107vc-evalboard/board/
A Dboard.c254 GPIO_ConfigStruct.mode = GPIO_MODE_OUT_PP; in apm32_msp_eth_init()
/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_gpio.c297 pin_mode = GPIO_MODE_OUT_PP; in gd32_pin_mode()
309 pin_mode = GPIO_MODE_OUT_PP; in gd32_pin_mode()
/bsp/apm32/libraries/Drivers/
A Ddrv_gpio.c208 gpioConfig.mode = GPIO_MODE_OUT_PP; in apm32_pin_mode()
214 gpioConfig.mode = GPIO_MODE_OUT_PP; in apm32_pin_mode()
A Ddrv_spi.c64 GPIO_InitStructure.mode = GPIO_MODE_OUT_PP; in rt_hw_spi_device_attach()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_gpio.h277 #define GPIO_MODE_OUT_PP ((uint8_t)0x10U) /*!< GPIO output with push-pull … macro

Completed in 26 milliseconds