Address of the PWM MAP data structure ;PWM MAP数据结构 More...
#include <mp_common.h>
Data Structures | |
| struct | io_t |
Data Fields | |
| uint8_t | index |
| The PWM index number(an abstract MAP sequence number) ;PWM 序号(MAP抽象序号) More... | |
| struct mp_pwm_map_t::io_t | io |
| PWM_Type * | pwm_x |
| PWM manager base address ;PWM管理器基地址 More... | |
| uint8_t | cmp |
| PWM comparator ;PWM 比较器 More... | |
| uint8_t | pin |
| PWM output channel ;PWM 输出通道 More... | |
| mp_pwm_trigger_map_t | pwm_trigger_map [(8)] |
| PWM TRGM MAP data structure mp_pwm_trigger_map_t ;互联触发MAP数据结构 mp_pwm_trigger_map_t. More... | |
| mp_pwm_fault_map_t | pwm_fault_map |
| PWM fault protection for MAP data structure mp_pwm_fault_map_t ;PWM 故障保护MAP数据结构 mp_pwm_fault_map_t. More... | |
Address of the PWM MAP data structure ;PWM MAP数据结构
| uint8_t mp_pwm_map_t::cmp |
PWM comparator ;PWM 比较器
| uint8_t mp_pwm_map_t::index |
The PWM index number(an abstract MAP sequence number) ;PWM 序号(MAP抽象序号)
| struct mp_pwm_map_t::io_t mp_pwm_map_t::io |
| uint8_t mp_pwm_map_t::pin |
PWM output channel ;PWM 输出通道
| mp_pwm_fault_map_t mp_pwm_map_t::pwm_fault_map |
PWM fault protection for MAP data structure mp_pwm_fault_map_t ;PWM 故障保护MAP数据结构 mp_pwm_fault_map_t.
| mp_pwm_trigger_map_t mp_pwm_map_t::pwm_trigger_map[(8)] |
PWM TRGM MAP data structure mp_pwm_trigger_map_t ;互联触发MAP数据结构 mp_pwm_trigger_map_t.
| PWM_Type* mp_pwm_map_t::pwm_x |
PWM manager base address ;PWM管理器基地址