Lines Matching refs:EventCfg
2650 HRTIM_EventCfgTypeDef EventCfg; in HAL_HRTIM_SimpleCaptureChannelConfig() local
2673 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleCaptureChannelConfig()
2674 EventCfg.Filter = (pSimpleCaptureChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleCaptureChannelConfig()
2675 EventCfg.Polarity = (pSimpleCaptureChannelCfg->EventPolarity & HRTIM_EECR1_EE1POL); in HAL_HRTIM_SimpleCaptureChannelConfig()
2676 EventCfg.Sensitivity = (pSimpleCaptureChannelCfg->EventSensitivity & HRTIM_EECR1_EE1SNS); in HAL_HRTIM_SimpleCaptureChannelConfig()
2677 EventCfg.Source = HRTIM_EVENTSRC_1; in HAL_HRTIM_SimpleCaptureChannelConfig()
2681 &EventCfg); in HAL_HRTIM_SimpleCaptureChannelConfig()
3306 HRTIM_EventCfgTypeDef EventCfg; in HAL_HRTIM_SimpleOnePulseChannelConfig() local
3389 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; 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()
3393 EventCfg.Source = HRTIM_EVENTSRC_1; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3397 &EventCfg); in HAL_HRTIM_SimpleOnePulseChannelConfig()