Searched refs:OTYPE_BITS (Results 1 – 1 of 1) sorted by relevance
32 #define OTYPE_BITS(gpio_pin) (gpio_pin) macro59 bits = OTYPE_BITS(idx); in stm32_gpio_set_otype()66 return (readl(®s->otyper) >> OTYPE_BITS(idx)) & OTYPE_MSK; in stm32_gpio_get_otype()
Completed in 4 milliseconds