Searched refs:IRS (Results 1 – 3 of 3) sorted by relevance
393 if(chn == PWM_CH_A) PWMG->IRS = (0x01 << PWMG_IRS_NEWP0A_Pos); in PWM_IntNCycleClr()394 else PWMG->IRS = (0x01 << PWMG_IRS_NEWP0B_Pos); in PWM_IntNCycleClr()398 if(chn == PWM_CH_A) PWMG->IRS = (0x01 << PWMG_IRS_NEWP1A_Pos); in PWM_IntNCycleClr()399 else PWMG->IRS = (0x01 << PWMG_IRS_NEWP1B_Pos); in PWM_IntNCycleClr()403 if(chn == PWM_CH_A) PWMG->IRS = (0x01 << PWMG_IRS_NEWP2A_Pos); in PWM_IntNCycleClr()404 else PWMG->IRS = (0x01 << PWMG_IRS_NEWP2B_Pos); in PWM_IntNCycleClr()408 if(chn == PWM_CH_A) PWMG->IRS = (0x01 << PWMG_IRS_NEWP3A_Pos); in PWM_IntNCycleClr()409 else PWMG->IRS = (0x01 << PWMG_IRS_NEWP3B_Pos); in PWM_IntNCycleClr()413 if(chn == PWM_CH_A) PWMG->IRS = (0x01 << PWMG_IRS_NEWP4A_Pos); in PWM_IntNCycleClr()414 else PWMG->IRS = (0x01 << PWMG_IRS_NEWP4B_Pos); in PWM_IntNCycleClr()[all …]
137 Uint16 IRS:1; // 5 I2C Module Reset member
1879 __IO uint32_t IRS; //Interrupt Raw Stat member
Completed in 29 milliseconds