Searched refs:TMR3CON (Results 1 – 3 of 3) sorted by relevance
141 if (TMR3CON & BIT(17)) { in irrx_isr()147 } else if (TMR3CON & BIT(16)){ in irrx_isr()195 …TMR3CON = BIT(8) | BIT(7) | BIT(5) | BIT(2) | BIT(1) | BIT(0); //capture & overflow interrupt e… in timer3_init()
27 #define TIM3_BASE ((hal_sfr_t)&TMR3CON)
307 #define TMR3CON SFR_RW (SFR9_BASE + 0x00*4) macro
Completed in 14 milliseconds