Searched defs:GPIO_AFR_MASK (Results 1 – 4 of 4) sorted by relevance
338 #define GPIO_AFR_MASK(n) (0xFU << (4U * (n))) macro
352 #define GPIO_AFR_MASK(n) (0xFU << (4U * (n))) macro
360 #define GPIO_AFR_MASK(n) ((uint32_t)((uint32_t)0x0000000FU << (4U * (n)))) macro
339 #define GPIO_AFR_MASK(n) ((uint32_t)((uint32_t)(0xFU) << (4U * (n)))) macro