Searched refs:GPIO_AFCON_MASK (Results 1 – 1 of 1) sorted by relevance
59 #define GPIO_AFCON_MASK (0x3u << 5) macro60 #define GPIO_GET_AFCON(af_con) (uint8_t)(((af_con) & (GPIO_AFCON_MASK)) >> 5)
Completed in 4 milliseconds