Searched refs:GPIO_PUSH_PULL (Results 1 – 14 of 14) sorted by relevance
92 GPIO_PUSH_PULL = 0x0U, /**< Push-Pull */ enumerator214 #define IS_GPIO_ODOS(x) (((x) == GPIO_PUSH_PULL) || \
134 GPIO_PUSH_PULL = 0x0U, /**< Push-Pull */ enumerator260 #define IS_GPIO_ODOS(x) (((x) == GPIO_PUSH_PULL) || \
280 gpio_initstruct.odos = GPIO_PUSH_PULL; in es32f3_pin_mode()457 gpio_initstruct.odos = GPIO_PUSH_PULL; in es32f3_pin_irq_enable()
168 gpio_initstructure.odos = GPIO_PUSH_PULL; in rt_hw_pwm_init()
285 gpio_instruct.odos = GPIO_PUSH_PULL; in rt_hw_spi_init()
349 gpio_initstructure.odos = GPIO_PUSH_PULL; in es32f3x_configure()
691 h_gpio.odos = GPIO_PUSH_PULL; in rt_hw_can_init()
158 gpio_initstructure.odos = GPIO_PUSH_PULL; in rt_hw_pwm_init()
277 gpio_instruct.odos = GPIO_PUSH_PULL; in rt_hw_spi_init()
201 gpio_initstructure.odos = GPIO_PUSH_PULL; in es32f0x_configure()
279 gpio_initstruct.odos = GPIO_PUSH_PULL; in es32f0_pin_mode()
676 h_gpio.odos = GPIO_PUSH_PULL; in rt_hw_can_init()
269 init.odos = GPIO_PUSH_PULL; in ald_gpio_init_default()
277 init.odos = GPIO_PUSH_PULL; in ald_gpio_init_default()
Completed in 23 milliseconds