Lines Matching refs:pSimpleOnePulseChannelCfg

3148 …                            const HRTIM_SimpleOnePulseChannelCfgTypeDef *pSimpleOnePulseChannelCfg)  in HAL_HRTIM_SimpleOnePulseChannelConfig()  argument
3155 assert_param(IS_HRTIM_OUTPUTPULSE(pSimpleOnePulseChannelCfg->Pulse)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3156 assert_param(IS_HRTIM_OUTPUTPOLARITY(pSimpleOnePulseChannelCfg->OutputPolarity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3157 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimpleOnePulseChannelCfg->OutputIdleLevel)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3158 assert_param(IS_HRTIM_EVENT(pSimpleOnePulseChannelCfg->Event)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3159 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleOnePulseChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3160 pSimpleOnePulseChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3161 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleOnePulseChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3162 assert_param(IS_HRTIM_EVENTFILTER(pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3163 pSimpleOnePulseChannelCfg->EventFilter)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3184 hhrtim->Instance->sTimerxRegs[TimerIdx].CMP1xR = pSimpleOnePulseChannelCfg->Pulse; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3195 hhrtim->Instance->sTimerxRegs[TimerIdx].CMP2xR = pSimpleOnePulseChannelCfg->Pulse; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3220 OutputCfg.Polarity = (pSimpleOnePulseChannelCfg->OutputPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3221 OutputCfg.IdleLevel = (pSimpleOnePulseChannelCfg->OutputIdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3235 EventCfg.Filter = (pSimpleOnePulseChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3236 EventCfg.Polarity = (pSimpleOnePulseChannelCfg->EventPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3237 EventCfg.Sensitivity = (pSimpleOnePulseChannelCfg->EventSensitivity & HRTIM_EECR1_EE1SNS); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3241 pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3247 pSimpleOnePulseChannelCfg->Event); in HAL_HRTIM_SimpleOnePulseChannelConfig()