Lines Matching refs:EventCfg
2495 HRTIM_EventCfgTypeDef EventCfg; in HAL_HRTIM_SimpleCaptureChannelConfig() local
2518 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleCaptureChannelConfig()
2519 EventCfg.Filter = (pSimpleCaptureChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleCaptureChannelConfig()
2520 EventCfg.Polarity = (pSimpleCaptureChannelCfg->EventPolarity & HRTIM_EECR1_EE1POL); in HAL_HRTIM_SimpleCaptureChannelConfig()
2521 EventCfg.Sensitivity = (pSimpleCaptureChannelCfg->EventSensitivity & HRTIM_EECR1_EE1SNS); in HAL_HRTIM_SimpleCaptureChannelConfig()
2522 EventCfg.Source = HRTIM_EVENTSRC_1; in HAL_HRTIM_SimpleCaptureChannelConfig()
2526 &EventCfg); in HAL_HRTIM_SimpleCaptureChannelConfig()
3151 HRTIM_EventCfgTypeDef EventCfg; in HAL_HRTIM_SimpleOnePulseChannelConfig() local
3234 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; 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()
3238 EventCfg.Source = HRTIM_EVENTSRC_1; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3242 &EventCfg); in HAL_HRTIM_SimpleOnePulseChannelConfig()