Lines Matching refs:pSimpleCaptureChannelCfg
2724 … 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()
2756 pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2763 pSimpleCaptureChannelCfg->Event); in HAL_HRTIM_SimpleCaptureChannelConfig()