Searched refs:CAPTFILTB (Results 1 – 4 of 4) sorted by relevance
1255 base->SM[subModule].CAPTFILTB &= ~((uint16_t)PWM_CAPTFILTB_CAPTB_FILT_CNT_MASK); in PWM_SetFilterSampleCount()1256 base->SM[subModule].CAPTFILTB |= PWM_CAPTFILTB_CAPTB_FILT_CNT(filterSampleCount); in PWM_SetFilterSampleCount()1288 base->SM[subModule].CAPTFILTB &= ~((uint16_t)PWM_CAPTFILTB_CAPTB_FILT_PER_MASK); in PWM_SetFilterSamplePeriod()1289 base->SM[subModule].CAPTFILTB |= PWM_CAPTFILTB_CAPTB_FILT_PER(filterSamplePeriod); in PWM_SetFilterSamplePeriod()
33558 …__IO uint16_t CAPTFILTB; /**< Capture PWMB Input Filter Register, array of… member
41748 …__IO uint16_t CAPTFILTB; /**< Capture PWMB Input Filter Register, array of… member