HPM APP
HPMicro Application solution
mp_pwm_map_t Struct Reference

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...
 

Detailed Description

Address of the PWM MAP data structure ;PWM MAP数据结构

Field Documentation

◆ cmp

uint8_t mp_pwm_map_t::cmp

PWM comparator ;PWM 比较器

◆ index

uint8_t mp_pwm_map_t::index

The PWM index number(an abstract MAP sequence number) ;PWM 序号(MAP抽象序号)

◆ io

struct mp_pwm_map_t::io_t mp_pwm_map_t::io

◆ pin

uint8_t mp_pwm_map_t::pin

PWM output channel ;PWM 输出通道

◆ pwm_fault_map

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.

◆ pwm_trigger_map

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_x

PWM_Type* mp_pwm_map_t::pwm_x

PWM manager base address ;PWM管理器基地址


The documentation for this struct was generated from the following file: