Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dsyscfg.c20 #define SYSCFG_REG_SHIFT 2 macro
37 const uint32_t regNo = pinNo >> SYSCFG_REG_SHIFT; in syscfgSetExtiPort()
38 const uint32_t nibbleNo = pinNo & ((1UL << SYSCFG_REG_SHIFT) - 1UL); in syscfgSetExtiPort()