HomeSort by relevance Sort by last modified time
    Searched refs:shift_4b (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/
syscfg.c 39 const uint32_t shift_4b = nibbleNo << 2UL; local
40 const uint32_t mask_4b = 0x0FUL << shift_4b;
44 block->EXTICR[regNo] = (block->EXTICR[regNo] & ~mask_4b) | (bankNo << shift_4b);
gpio.c 165 const uint32_t shift_4b = nibbleNo * 4; local
167 const uint32_t mask_4b = (15UL << shift_4b);
172 block->AFR[regNo] = (block->AFR[regNo] & ~mask_4b) | (((uint32_t)altFunc) << shift_4b);

Completed in 91 milliseconds