Home
last modified time | relevance | path

Searched refs:EventCfg (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c2495 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()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c2650 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()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c2726 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()
[all …]