Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c3148 … const HRTIM_SimpleOnePulseChannelCfgTypeDef *pSimpleOnePulseChannelCfg) in HAL_HRTIM_SimpleOnePulseChannelConfig() argument
3155 assert_param(IS_HRTIM_OUTPUTPULSE(pSimpleOnePulseChannelCfg->Pulse)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3156 assert_param(IS_HRTIM_OUTPUTPOLARITY(pSimpleOnePulseChannelCfg->OutputPolarity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3157 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimpleOnePulseChannelCfg->OutputIdleLevel)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3158 assert_param(IS_HRTIM_EVENT(pSimpleOnePulseChannelCfg->Event)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3159 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleOnePulseChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3160 pSimpleOnePulseChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3161 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleOnePulseChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3162 assert_param(IS_HRTIM_EVENTFILTER(pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3163 pSimpleOnePulseChannelCfg->EventFilter)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c3303 … const HRTIM_SimpleOnePulseChannelCfgTypeDef* pSimpleOnePulseChannelCfg) in HAL_HRTIM_SimpleOnePulseChannelConfig() argument
3310 assert_param(IS_HRTIM_OUTPUTPULSE(pSimpleOnePulseChannelCfg->Pulse)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3311 assert_param(IS_HRTIM_OUTPUTPOLARITY(pSimpleOnePulseChannelCfg->OutputPolarity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3312 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimpleOnePulseChannelCfg->OutputIdleLevel)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3313 assert_param(IS_HRTIM_EVENT(pSimpleOnePulseChannelCfg->Event)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3314 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleOnePulseChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3315 pSimpleOnePulseChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3316 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleOnePulseChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3317 assert_param(IS_HRTIM_EVENTFILTER(pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3318 pSimpleOnePulseChannelCfg->EventFilter)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c3388 … const HRTIM_SimpleOnePulseChannelCfgTypeDef *pSimpleOnePulseChannelCfg) in HAL_HRTIM_SimpleOnePulseChannelConfig() argument
3395 assert_param(IS_HRTIM_OUTPUTPULSE(pSimpleOnePulseChannelCfg->Pulse)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3396 assert_param(IS_HRTIM_OUTPUTPOLARITY(pSimpleOnePulseChannelCfg->OutputPolarity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3397 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimpleOnePulseChannelCfg->OutputIdleLevel)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3398 assert_param(IS_HRTIM_EVENT(pSimpleOnePulseChannelCfg->Event)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3399 assert_param(IS_HRTIM_EVENTPOLARITY(pSimpleOnePulseChannelCfg->EventSensitivity, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3400 pSimpleOnePulseChannelCfg->EventPolarity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3401 assert_param(IS_HRTIM_EVENTSENSITIVITY(pSimpleOnePulseChannelCfg->EventSensitivity)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3402 assert_param(IS_HRTIM_EVENTFILTER(pSimpleOnePulseChannelCfg->Event, in HAL_HRTIM_SimpleOnePulseChannelConfig()
3403 pSimpleOnePulseChannelCfg->EventFilter)); in HAL_HRTIM_SimpleOnePulseChannelConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h3373 … const HRTIM_SimpleOnePulseChannelCfgTypeDef *pSimpleOnePulseChannelCfg);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h3412 … const HRTIM_SimpleOnePulseChannelCfgTypeDef* pSimpleOnePulseChannelCfg);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h4816 … const HRTIM_SimpleOnePulseChannelCfgTypeDef *pSimpleOnePulseChannelCfg);