Searched refs:shift_1b (Results 1 - 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
H A Dgpio.c99 const uint32_t shift_1b = gpioNum & GPIO_PIN_MASK; local
101 const uint32_t mask_1b = (1UL << shift_1b);
206 const uint32_t shift_1b = gpioNum & GPIO_PIN_MASK; local
207 const uint32_t mask_set_1b = (1UL << (0 + shift_1b));
208 const uint32_t mask_clr_1b = (1UL << (16 + shift_1b));
222 const uint32_t shift_1b = gpioNum & GPIO_PIN_MASK; local
223 const uint32_t mask_1b = (1UL << shift_1b);

Completed in 6 milliseconds