Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hrtim.h4522 …LL_HRTIM_TIM_SetEventFilter(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event, uint32_t Filter) in LL_HRTIM_TIM_SetEventFilter() argument
4525 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_SetEventFilter()
4579 …E uint32_t LL_HRTIM_TIM_GetEventFilter(const HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event) in LL_HRTIM_TIM_GetEventFilter() argument
4582 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_GetEventFilter()
4624 …INLINE void LL_HRTIM_TIM_SetEventLatchStatus(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event, in LL_HRTIM_TIM_SetEventLatchStatus() argument
4628 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_SetEventLatchStatus()
4668 …t32_t LL_HRTIM_TIM_GetEventLatchStatus(const HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event) in LL_HRTIM_TIM_GetEventLatchStatus() argument
4671 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_GetEventLatchStatus()
6322 __STATIC_INLINE void LL_HRTIM_EE_Config(HRTIM_TypeDef *HRTIMx, uint32_t Event, uint32_t Configurati… in LL_HRTIM_EE_Config() argument
6324 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_EE_Config()
[all …]
Dstm32h7xx_hal_hrtim.h220 uint32_t Event; /*!< Specifies the external event triggering the capture. member
241 uint32_t Event; /*!< Specifies the external event triggering the pulse generation. member
3402 uint32_t Event,
3457 uint32_t Event,
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_hrtim.h4592 …LL_HRTIM_TIM_SetEventFilter(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event, uint32_t Filter) in LL_HRTIM_TIM_SetEventFilter() argument
4595 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_SetEventFilter()
4649 …E uint32_t LL_HRTIM_TIM_GetEventFilter(const HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event) in LL_HRTIM_TIM_GetEventFilter() argument
4652 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_GetEventFilter()
4694 …INLINE void LL_HRTIM_TIM_SetEventLatchStatus(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event, in LL_HRTIM_TIM_SetEventLatchStatus() argument
4698 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_SetEventLatchStatus()
4738 …t32_t LL_HRTIM_TIM_GetEventLatchStatus(const HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event) in LL_HRTIM_TIM_GetEventLatchStatus() argument
4741 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_GetEventLatchStatus()
6392 __STATIC_INLINE void LL_HRTIM_EE_Config(HRTIM_TypeDef *HRTIMx, uint32_t Event, uint32_t Configurati… in LL_HRTIM_EE_Config() argument
6394 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_EE_Config()
[all …]
Dstm32f3xx_hal_hrtim.h221 uint32_t Event; /*!< Specifies the external event triggering the capture. member
242 uint32_t Event; /*!< Specifies the external event triggering the pulse generation. member
3441 uint32_t Event,
3496 uint32_t Event,
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c443 uint32_t Event);
451 uint32_t Event,
456 uint32_t Event);
2500 assert_param(IS_HRTIM_EVENT(pSimpleCaptureChannelCfg->Event)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2504 assert_param(IS_HRTIM_EVENTFILTER(pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2525 pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2532 pSimpleCaptureChannelCfg->Event); in HAL_HRTIM_SimpleCaptureChannelConfig()
3158 assert_param(IS_HRTIM_EVENT(pSimpleOnePulseChannelCfg->Event)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3162 assert_param(IS_HRTIM_EVENTFILTER(pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3241 pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c460 uint32_t Event);
468 uint32_t Event,
473 uint32_t Event);
2655 assert_param(IS_HRTIM_EVENT(pSimpleCaptureChannelCfg->Event)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2659 assert_param(IS_HRTIM_EVENTFILTER(pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2680 pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2687 pSimpleCaptureChannelCfg->Event); in HAL_HRTIM_SimpleCaptureChannelConfig()
3313 assert_param(IS_HRTIM_EVENT(pSimpleOnePulseChannelCfg->Event)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3317 assert_param(IS_HRTIM_EVENTFILTER(pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3396 pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c472 uint32_t Event);
480 uint32_t Event,
485 uint32_t Event);
2731 assert_param(IS_HRTIM_EVENT(pSimpleCaptureChannelCfg->Event)); in HAL_HRTIM_SimpleCaptureChannelConfig()
2735 assert_param(IS_HRTIM_EVENTFILTER(pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2756 pSimpleCaptureChannelCfg->Event, in HAL_HRTIM_SimpleCaptureChannelConfig()
2763 pSimpleCaptureChannelCfg->Event); in HAL_HRTIM_SimpleCaptureChannelConfig()
3398 assert_param(IS_HRTIM_EVENT(pSimpleOnePulseChannelCfg->Event)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3402 assert_param(IS_HRTIM_EVENTFILTER(pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3483 pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h6136 …LL_HRTIM_TIM_SetEventFilter(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event, uint32_t Filter) in LL_HRTIM_TIM_SetEventFilter() argument
6139 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_SetEventFilter()
6234 …E uint32_t LL_HRTIM_TIM_GetEventFilter(const HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event) in LL_HRTIM_TIM_GetEventFilter() argument
6237 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_GetEventFilter()
6280 …INLINE void LL_HRTIM_TIM_SetEventLatchStatus(HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event, in LL_HRTIM_TIM_SetEventLatchStatus() argument
6284 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_SetEventLatchStatus()
6325 …t32_t LL_HRTIM_TIM_GetEventLatchStatus(const HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Event) in LL_HRTIM_TIM_GetEventLatchStatus() argument
6328 uint32_t iEvent = (uint8_t)(POSITION_VAL(Event) - POSITION_VAL(LL_HRTIM_EVENT_1)); in LL_HRTIM_TIM_GetEventLatchStatus()
7054 uint32_t Event) in LL_HRTIM_TIM_SetEventCounterSource()
7058 uint32_t iEvent = (uint32_t)(POSITION_VAL(Event)); in LL_HRTIM_TIM_SetEventCounterSource()
[all …]
Dstm32g4xx_hal_hrtim.h223 uint32_t Event; /*!< Specifies the external event triggering the capture. member
244 uint32_t Event; /*!< Specifies the external event triggering the pulse generation. member
4845 uint32_t Event,
4934 uint32_t Event,