Lines Matching refs:pSimpleCaptureChannelCfg
2493 … 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()
2525 pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2532 pSimpleCaptureChannelCfg->Event); in HAL_HRTIM_SimpleCaptureChannelConfig()