Searched refs:od (Results 1 – 1 of 1) sorted by relevance
/arm-trusted-firmware-2.8.0/drivers/st/gpio/ |
A D | stm32_gpio.c | 29 uint32_t speed, uint32_t pull, uint32_t od, 107 uint32_t od = GPIO_OD_OUTPUT_LOW; in dt_set_gpio_config() local 145 od = GPIO_OD_OUTPUT_HIGH; in dt_set_gpio_config() 152 od = GPIO_OD_OUTPUT_LOW; in dt_set_gpio_config() 170 set_gpio(bank, pin, mode, type, speed, pull, od, alternate, status); in dt_set_gpio_config() 226 uint32_t speed, uint32_t pull, uint32_t od, in set_gpio() argument 266 od << pin); in set_gpio()
|
Completed in 3 milliseconds