Lines Matching refs:pSimpleCaptureChannelCfg
2648 … 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()
2680 pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2687 pSimpleCaptureChannelCfg->Event); in HAL_HRTIM_SimpleCaptureChannelConfig()