函数 |
| __STATIC_INLINE void | LL_HRTIM_CHP_Config (const HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Configuration) |
| | 为给定的定时器配置斩波级。
|
| __STATIC_INLINE void | LL_HRTIM_CHP_SetPrescaler (const HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t Prescaler) |
| | 设置预分频器,用于确定在启用斩波模式时叠加在定时器输出信号上的载波频率。
|
| __STATIC_INLINE uint32_t | LL_HRTIM_CHP_GetPrescaler (const HRTIM_TypeDef *HRTIMx, uint32_t Timer) |
| | 获取实际的斩波级预分频器值。
|
| __STATIC_INLINE void | LL_HRTIM_CHP_SetDutyCycle (const HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t DutyCycle) |
| | 设置斩波占空比。
|
| __STATIC_INLINE uint32_t | LL_HRTIM_CHP_GetDutyCycle (const HRTIM_TypeDef *HRTIMx, uint32_t Timer) |
| | 获取实际的斩波占空比。
|
| __STATIC_INLINE void | LL_HRTIM_CHP_SetPulseWidth (const HRTIM_TypeDef *HRTIMx, uint32_t Timer, uint32_t PulseWidth) |
| | 设置起始脉冲宽度。
|
| __STATIC_INLINE uint32_t | LL_HRTIM_CHP_GetPulseWidth (const HRTIM_TypeDef *HRTIMx, uint32_t Timer) |
| | 获取实际的起始脉冲宽度。
|