Searched refs:PORTC_SEL (Results 1 – 2 of 2) sorted by relevance
99 PORT->PORTC_SEL &= ~(0x03 << (n*2)); in PORT_Init()100 PORT->PORTC_SEL |= (func > 99 ? 1 : func) << (n*2); in PORT_Init()
369 __IO uint32_t PORTC_SEL; member
Completed in 31 milliseconds