#include "bldc_foc_callback.h"Functions | |
| void | pwm_cmp_force_value_step (PWM_Type *pwm_x, uint8_t index, uint32_t cmp) |
| void | pwm_update_raw_cmp_central_aligned_step (PWM_Type *pwm_x, uint8_t cmp1_index, uint8_t cmp2_index, uint32_t target_cmp1, uint32_t target_cmp2) |
| void | bldc_foc_pwmset (BLDC_CONTROL_PWMOUT_PARA *par) |
| set pwm cmp value;PWM占空比更新 More... | |
| void | disable_all_pwm_output (PWM_Type *ptr) |
| disable pwm output;PWM输出下使能 More... | |
| void | enable_all_pwm_output (PWM_Type *ptr) |
| enable pwm output;PWM输出使能 More... | |
| void pwm_cmp_force_value_step | ( | PWM_Type * | pwm_x, |
| uint8_t | index, | ||
| uint32_t | cmp | ||
| ) |
| void pwm_update_raw_cmp_central_aligned_step | ( | PWM_Type * | pwm_x, |
| uint8_t | cmp1_index, | ||
| uint8_t | cmp2_index, | ||
| uint32_t | target_cmp1, | ||
| uint32_t | target_cmp2 | ||
| ) |