Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dgpio.c99 const uint32_t shift_1b = gpioNum & GPIO_PIN_MASK; in gpioConfigWithNum() local
101 const uint32_t mask_1b = (1UL << shift_1b); in gpioConfigWithNum()
206 const uint32_t shift_1b = gpioNum & GPIO_PIN_MASK; in gpioSetWithNum() local
207 const uint32_t mask_set_1b = (1UL << (0 + shift_1b)); in gpioSetWithNum()
208 const uint32_t mask_clr_1b = (1UL << (16 + shift_1b)); in gpioSetWithNum()
222 const uint32_t shift_1b = gpioNum & GPIO_PIN_MASK; in gpioGetWithNum() local
223 const uint32_t mask_1b = (1UL << shift_1b); in gpioGetWithNum()