Home
last modified time | relevance | path

Searched refs:pSimpleCaptureChannelCfg (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c2493 … const HRTIM_SimpleCaptureChannelCfgTypeDef *pSimpleCaptureChannelCfg) in HAL_HRTIM_SimpleCaptureChannelConfig() argument
2500 assert_param(IS_HRTIM_EVENT(pSimpleCaptureChannelCfg->Event)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2501 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleCaptureChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleCaptureChannelConfig()
2502 pSimpleCaptureChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2503 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleCaptureChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2504 assert_param(IS_HRTIM_EVENTFILTER(pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2505 pSimpleCaptureChannelCfg->EventFilter)); 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()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c2648 … const HRTIM_SimpleCaptureChannelCfgTypeDef* pSimpleCaptureChannelCfg) in HAL_HRTIM_SimpleCaptureChannelConfig() argument
2655 assert_param(IS_HRTIM_EVENT(pSimpleCaptureChannelCfg->Event)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2656 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleCaptureChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleCaptureChannelConfig()
2657 pSimpleCaptureChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2658 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleCaptureChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2659 assert_param(IS_HRTIM_EVENTFILTER(pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2660 pSimpleCaptureChannelCfg->EventFilter)); 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()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c2724 … const HRTIM_SimpleCaptureChannelCfgTypeDef *pSimpleCaptureChannelCfg) in HAL_HRTIM_SimpleCaptureChannelConfig() argument
2731 assert_param(IS_HRTIM_EVENT(pSimpleCaptureChannelCfg->Event)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2732 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleCaptureChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleCaptureChannelConfig()
2733 pSimpleCaptureChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2734 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleCaptureChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2735 assert_param(IS_HRTIM_EVENTFILTER(pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2736 pSimpleCaptureChannelCfg->EventFilter)); 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()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h3333 … const HRTIM_SimpleCaptureChannelCfgTypeDef *pSimpleCaptureChannelCfg);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h3372 … const HRTIM_SimpleCaptureChannelCfgTypeDef* pSimpleCaptureChannelCfg);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h4776 … const HRTIM_SimpleCaptureChannelCfgTypeDef *pSimpleCaptureChannelCfg);