Searched refs:GPIO_TYPE_TTL (Results 1 – 9 of 9) sorted by relevance
128 GPIO_TYPE_TTL = 0x1U, /**< TTL Type */ enumerator225 #define IS_GPIO_TYPE(x) (((x) == GPIO_TYPE_TTL) || \
172 GPIO_TYPE_TTL = 0x1U, /**< TTL Type */ enumerator273 #define IS_GPIO_TYPE(x) (((x) == GPIO_TYPE_TTL) || \
162 gpio_initstructure.type = GPIO_TYPE_TTL; in rt_hw_pwm_init()
205 gpio_initstructure.type = GPIO_TYPE_TTL; in es32f0x_configure()
680 h_gpio.type = GPIO_TYPE_TTL; in rt_hw_can_init()
173 gpio_initstructure.type = GPIO_TYPE_TTL; in rt_hw_pwm_init()
288 gpio_instruct.type = GPIO_TYPE_TTL; in rt_hw_spi_init()
354 gpio_initstructure.type = GPIO_TYPE_TTL; in es32f3x_configure()
696 h_gpio.type = GPIO_TYPE_TTL; in rt_hw_can_init()
Completed in 18 milliseconds