Searched refs:EventCfg (Results 1 – 3 of 3) sorted by relevance
2495 HRTIM_EventCfgTypeDef EventCfg; in HAL_HRTIM_SimpleCaptureChannelConfig() local2518 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() local3234 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleOnePulseChannelConfig()3235 EventCfg.Filter = (pSimpleOnePulseChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleOnePulseChannelConfig()[all …]
2650 HRTIM_EventCfgTypeDef EventCfg; in HAL_HRTIM_SimpleCaptureChannelConfig() local2673 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() local3389 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleOnePulseChannelConfig()3390 EventCfg.Filter = (pSimpleOnePulseChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleOnePulseChannelConfig()[all …]
2726 HRTIM_EventCfgTypeDef EventCfg; in HAL_HRTIM_SimpleCaptureChannelConfig() local2749 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() local3476 EventCfg.FastMode = HRTIM_EVENTFASTMODE_DISABLE; in HAL_HRTIM_SimpleOnePulseChannelConfig()3477 EventCfg.Filter = (pSimpleOnePulseChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleOnePulseChannelConfig()[all …]