Lines Matching refs:EventCfg
2726 HRTIM_EventCfgTypeDef EventCfg; in HAL_HRTIM_SimpleCaptureChannelConfig() local
2749 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleCaptureChannelConfig()
2750 EventCfg.Filter = (pSimpleCaptureChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleCaptureChannelConfig()
2751 EventCfg.Polarity = (pSimpleCaptureChannelCfg->EventPolarity & HRTIM_EECR1_EE1POL); in HAL_HRTIM_SimpleCaptureChannelConfig()
2752 EventCfg.Sensitivity = (pSimpleCaptureChannelCfg->EventSensitivity & HRTIM_EECR1_EE1SNS); in HAL_HRTIM_SimpleCaptureChannelConfig()
2753 EventCfg.Source = HRTIM_EEV1SRC_GPIO; /* source 1 for External Event */ in HAL_HRTIM_SimpleCaptureChannelConfig()
2757 &EventCfg); in HAL_HRTIM_SimpleCaptureChannelConfig()
3391 HRTIM_EventCfgTypeDef EventCfg; in HAL_HRTIM_SimpleOnePulseChannelConfig() local
3476 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3477 EventCfg.Filter = (pSimpleOnePulseChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3478 EventCfg.Polarity = (pSimpleOnePulseChannelCfg->EventPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3479 EventCfg.Sensitivity = (pSimpleOnePulseChannelCfg->EventSensitivity & HRTIM_EECR1_EE1SNS); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3480 EventCfg.Source = HRTIM_EEV1SRC_GPIO; /* source 1 for External Event */ in HAL_HRTIM_SimpleOnePulseChannelConfig()
3484 &EventCfg); in HAL_HRTIM_SimpleOnePulseChannelConfig()