Home
last modified time | relevance | path

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

/u-boot/drivers/gpio/
A Dstm32_gpio.c32 #define OTYPE_BITS(gpio_pin) (gpio_pin) macro
59 bits = OTYPE_BITS(idx); in stm32_gpio_set_otype()
66 return (readl(&regs->otyper) >> OTYPE_BITS(idx)) & OTYPE_MSK; in stm32_gpio_get_otype()

Completed in 4 milliseconds