Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dgpio.c207 const uint32_t mask_set_1b = (1UL << (0 + shift_1b)); in gpioSetWithNum() local
210 block->BSRR = value ? mask_set_1b : mask_clr_1b; in gpioSetWithNum()