Power MP data structure
;电源MP数据结构
More...
#include <mp_common.h>
Data Fields | |
| uint8_t | pwm_pair_count |
| The sum total of the pair of PWM ;PWM对 总和 More... | |
| uint32_t | pwm_sync_time_us |
| Synchronization time of a pair of PWM; ==0- Fully synchronized; >0- phase difference time; ;PWM对 同步时间; ==0-完全同步; >0-相位差时间;. More... | |
| hpm_pwm_pair_t * | pwm_pair |
| A pair of PWM data structure Pointers ;PWM对 数据结构指针 More... | |
Power MP data structure
;电源MP数据结构
| hpm_pwm_pair_t* hpm_mp_t::pwm_pair |
A pair of PWM data structure Pointers ;PWM对 数据结构指针
| uint8_t hpm_mp_t::pwm_pair_count |
The sum total of the pair of PWM ;PWM对 总和
| uint32_t hpm_mp_t::pwm_sync_time_us |
Synchronization time of a pair of PWM; ==0- Fully synchronized; >0- phase difference time; ;PWM对 同步时间; ==0-完全同步; >0-相位差时间;.