Searched refs:pSimpleCaptureChannelCfg (Results 1 – 6 of 6) sorted by relevance
2494 … const HRTIM_SimpleCaptureChannelCfgTypeDef* pSimpleCaptureChannelCfg) in HAL_HRTIM_SimpleCaptureChannelConfig() argument2501 assert_param(IS_HRTIM_EVENT(pSimpleCaptureChannelCfg->Event)); in HAL_HRTIM_SimpleCaptureChannelConfig()2502 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleCaptureChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleCaptureChannelConfig()2503 pSimpleCaptureChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleCaptureChannelConfig()2504 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleCaptureChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleCaptureChannelConfig()2505 assert_param(IS_HRTIM_EVENTFILTER(pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()2506 pSimpleCaptureChannelCfg->EventFilter)); in HAL_HRTIM_SimpleCaptureChannelConfig()2520 EventCfg.Filter = (pSimpleCaptureChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleCaptureChannelConfig()2521 EventCfg.Polarity = (pSimpleCaptureChannelCfg->EventPolarity & HRTIM_EECR1_EE1POL); in HAL_HRTIM_SimpleCaptureChannelConfig()2522 EventCfg.Sensitivity = (pSimpleCaptureChannelCfg->EventSensitivity & HRTIM_EECR1_EE1SNS); in HAL_HRTIM_SimpleCaptureChannelConfig()[all …]
2649 … const HRTIM_SimpleCaptureChannelCfgTypeDef* pSimpleCaptureChannelCfg) in HAL_HRTIM_SimpleCaptureChannelConfig() argument2656 assert_param(IS_HRTIM_EVENT(pSimpleCaptureChannelCfg->Event)); in HAL_HRTIM_SimpleCaptureChannelConfig()2657 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleCaptureChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleCaptureChannelConfig()2658 pSimpleCaptureChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleCaptureChannelConfig()2659 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleCaptureChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleCaptureChannelConfig()2660 assert_param(IS_HRTIM_EVENTFILTER(pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()2661 pSimpleCaptureChannelCfg->EventFilter)); in HAL_HRTIM_SimpleCaptureChannelConfig()2675 EventCfg.Filter = (pSimpleCaptureChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleCaptureChannelConfig()2676 EventCfg.Polarity = (pSimpleCaptureChannelCfg->EventPolarity & HRTIM_EECR1_EE1POL); in HAL_HRTIM_SimpleCaptureChannelConfig()2677 EventCfg.Sensitivity = (pSimpleCaptureChannelCfg->EventSensitivity & HRTIM_EECR1_EE1SNS); in HAL_HRTIM_SimpleCaptureChannelConfig()[all …]
2725 … HRTIM_SimpleCaptureChannelCfgTypeDef* pSimpleCaptureChannelCfg) in HAL_HRTIM_SimpleCaptureChannelConfig() argument2732 assert_param(IS_HRTIM_EVENT(pSimpleCaptureChannelCfg->Event)); in HAL_HRTIM_SimpleCaptureChannelConfig()2733 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleCaptureChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleCaptureChannelConfig()2734 pSimpleCaptureChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleCaptureChannelConfig()2735 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleCaptureChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleCaptureChannelConfig()2736 assert_param(IS_HRTIM_EVENTFILTER(pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()2737 pSimpleCaptureChannelCfg->EventFilter)); in HAL_HRTIM_SimpleCaptureChannelConfig()2751 EventCfg.Filter = (pSimpleCaptureChannelCfg->EventFilter & HRTIM_EECR3_EE6F); in HAL_HRTIM_SimpleCaptureChannelConfig()2752 EventCfg.Polarity = (pSimpleCaptureChannelCfg->EventPolarity & HRTIM_EECR1_EE1POL); in HAL_HRTIM_SimpleCaptureChannelConfig()2753 EventCfg.Sensitivity = (pSimpleCaptureChannelCfg->EventSensitivity & HRTIM_EECR1_EE1SNS); in HAL_HRTIM_SimpleCaptureChannelConfig()[all …]
3321 … const HRTIM_SimpleCaptureChannelCfgTypeDef* pSimpleCaptureChannelCfg);
3372 … const HRTIM_SimpleCaptureChannelCfgTypeDef* pSimpleCaptureChannelCfg);
4764 … HRTIM_SimpleCaptureChannelCfgTypeDef* pSimpleCaptureChannelCfg);