Home
last modified time | relevance | path

Searched refs:pEventCfg (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c452 const HRTIM_EventCfgTypeDef *pEventCfg);
3651 const HRTIM_EventCfgTypeDef *pEventCfg) in HAL_HRTIM_EventConfig() argument
3655 assert_param(IS_HRTIM_EVENTSRC(pEventCfg->Source)); in HAL_HRTIM_EventConfig()
3656 assert_param(IS_HRTIM_EVENTPOLARITY(pEventCfg->Sensitivity, pEventCfg->Polarity)); in HAL_HRTIM_EventConfig()
3657 assert_param(IS_HRTIM_EVENTSENSITIVITY(pEventCfg->Sensitivity)); in HAL_HRTIM_EventConfig()
3658 assert_param(IS_HRTIM_EVENTFASTMODE(Event, pEventCfg->FastMode)); in HAL_HRTIM_EventConfig()
3659 assert_param(IS_HRTIM_EVENTFILTER(Event, pEventCfg->Filter)); in HAL_HRTIM_EventConfig()
3672 HRTIM_EventConfig(hhrtim, Event, pEventCfg); in HAL_HRTIM_EventConfig()
7937 const HRTIM_EventCfgTypeDef *pEventCfg) in HRTIM_EventConfig() argument
7962 hrtim_eecr1 |= (pEventCfg->Source & HRTIM_EECR1_EE1SRC); in HRTIM_EventConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c469 const HRTIM_EventCfgTypeDef * pEventCfg);
3806 const HRTIM_EventCfgTypeDef* pEventCfg) in HAL_HRTIM_EventConfig() argument
3810 assert_param(IS_HRTIM_EVENTSRC(pEventCfg->Source)); in HAL_HRTIM_EventConfig()
3811 assert_param(IS_HRTIM_EVENTPOLARITY(pEventCfg->Sensitivity, pEventCfg->Polarity)); in HAL_HRTIM_EventConfig()
3812 assert_param(IS_HRTIM_EVENTSENSITIVITY(pEventCfg->Sensitivity)); in HAL_HRTIM_EventConfig()
3813 assert_param(IS_HRTIM_EVENTFASTMODE(Event, pEventCfg->FastMode)); in HAL_HRTIM_EventConfig()
3814 assert_param(IS_HRTIM_EVENTFILTER(Event, pEventCfg->Filter)); in HAL_HRTIM_EventConfig()
3827 HRTIM_EventConfig(hhrtim, Event, pEventCfg); in HAL_HRTIM_EventConfig()
8106 const HRTIM_EventCfgTypeDef *pEventCfg) in HRTIM_EventConfig() argument
8131 hrtim_eecr1 |= (pEventCfg->Source & HRTIM_EECR1_EE1SRC); in HRTIM_EventConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c481 const HRTIM_EventCfgTypeDef *pEventCfg);
3909 const HRTIM_EventCfgTypeDef *pEventCfg) in HAL_HRTIM_EventConfig() argument
3913 assert_param(IS_HRTIM_EVENTSRC(Event, pEventCfg->Source)); in HAL_HRTIM_EventConfig()
3914 assert_param(IS_HRTIM_EVENTPOLARITY(pEventCfg->Sensitivity, pEventCfg->Polarity)); in HAL_HRTIM_EventConfig()
3915 assert_param(IS_HRTIM_EVENTSENSITIVITY(pEventCfg->Sensitivity)); in HAL_HRTIM_EventConfig()
3916 assert_param(IS_HRTIM_EVENTFASTMODE(Event, pEventCfg->FastMode)); in HAL_HRTIM_EventConfig()
3917 assert_param(IS_HRTIM_EVENTFILTER(Event, pEventCfg->Filter)); in HAL_HRTIM_EventConfig()
3930 HRTIM_EventConfig(hhrtim, Event, pEventCfg); in HAL_HRTIM_EventConfig()
9676 const HRTIM_EventCfgTypeDef *pEventCfg) in HRTIM_EventConfig() argument
9701 hrtim_eecr1 |= (pEventCfg->Source & HRTIM_EECR1_EE1SRC); in HRTIM_EventConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h3403 const HRTIM_EventCfgTypeDef *pEventCfg);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h3442 const HRTIM_EventCfgTypeDef* pEventCfg);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h4846 const HRTIM_EventCfgTypeDef *pEventCfg);