Lines Matching refs:pSimpleOnePulseChannelCfg
3303 … const HRTIM_SimpleOnePulseChannelCfgTypeDef* pSimpleOnePulseChannelCfg) in HAL_HRTIM_SimpleOnePulseChannelConfig() argument
3310 assert_param(IS_HRTIM_OUTPUTPULSE(pSimpleOnePulseChannelCfg->Pulse)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3311 assert_param(IS_HRTIM_OUTPUTPOLARITY(pSimpleOnePulseChannelCfg->OutputPolarity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3312 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimpleOnePulseChannelCfg->OutputIdleLevel)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3313 assert_param(IS_HRTIM_EVENT(pSimpleOnePulseChannelCfg->Event)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3314 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleOnePulseChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3315 pSimpleOnePulseChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3316 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleOnePulseChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3317 assert_param(IS_HRTIM_EVENTFILTER(pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3318 pSimpleOnePulseChannelCfg->EventFilter)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3339 hhrtim->Instance->sTimerxRegs[TimerIdx].CMP1xR = pSimpleOnePulseChannelCfg->Pulse; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3350 hhrtim->Instance->sTimerxRegs[TimerIdx].CMP2xR = pSimpleOnePulseChannelCfg->Pulse; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3375 OutputCfg.Polarity = (pSimpleOnePulseChannelCfg->OutputPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3376 OutputCfg.IdleLevel = (pSimpleOnePulseChannelCfg->OutputIdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3390 EventCfg.Filter = (pSimpleOnePulseChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3391 EventCfg.Polarity = (pSimpleOnePulseChannelCfg->EventPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3392 EventCfg.Sensitivity = (pSimpleOnePulseChannelCfg->EventSensitivity &HRTIM_EECR1_EE1SNS); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3396 pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3402 pSimpleOnePulseChannelCfg->Event); in HAL_HRTIM_SimpleOnePulseChannelConfig()