Searched refs:bits_to_reset (Results 1 – 1 of 1) sorted by relevance
299 uint32_t bits_to_reset = (value & RESERVED_BITS_MASK) >> GPIO_NUM_PINS; in stm32l4x5_gpio_write() local302 s->odr &= ~bits_to_reset; in stm32l4x5_gpio_write()326 uint32_t bits_to_reset = value & ~RESERVED_BITS_MASK; in stm32l4x5_gpio_write() local327 s->odr &= ~bits_to_reset; in stm32l4x5_gpio_write()