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

  /device/google/contexthub/firmware/src/platform/stm32f4xx/
syscfg.c 38 const uint32_t nibbleNo = pinNo & ((1UL << SYSCFG_REG_SHIFT) - 1UL);
39 const uint32_t shift_4b = nibbleNo << 2UL;
gpio.c 163 const uint32_t nibbleNo = pinNo & (GPIO_PIN_MASK >> 1);
165 const uint32_t shift_4b = nibbleNo * 4;

Completed in 106 milliseconds