Searched refs:RCC_REG_SIZE (Results 1 – 1 of 1) sorted by relevance
22 #define RCC_REG_SIZE 32 macro23 #define RCC_SECCFGR(x) (((x) / RCC_REG_SIZE) * 0x4 + RCC_SECCFGR0)1573 bit = index % RCC_REG_SIZE; in stm32_rcc_get_access()