#include <stdio.h>#include "hpm_common.h"#include "hpm_clock_drv.h"#include "hpm_soc.h"#include "hpm_soc_feature.h"#include "pinmux.h"#include "mp_config.h"Go to the source code of this file.
Data Structures | |
| struct | mp_adc_map_t |
| ADC MAP data structure ;ADC MAP数据结构 More... | |
| struct | mp_pwm_trigger_map_t |
| PWM TRGM MAP data structure ;PWM 互联触发MAP数据结构 More... | |
| struct | mp_pwm_fault_map_t |
| PWM fault protection for MAP data structure ;PWM 故障保护MAP数据结构 More... | |
| struct | mp_pwm_pair_map_t |
| Address of a pair of PWM MAP data structure ;PWM 对MAP数据结构 More... | |
| struct | mp_pwm_pair_map_t::io_p |
| a pair of PWM,two I/O ports ;一对两路PWM,两路IO口 More... | |
| struct | mp_pwm_map_t |
| Address of the PWM MAP data structure ;PWM MAP数据结构 More... | |
| struct | mp_pwm_map_t::io_t |
| struct | hpm_adc_t |
| ADC data structure ;ADC 数据结构 More... | |
| struct | hpm_hdma_adc_t |
| HDMA ADC data structure, using HDMA to transfer ADC sampling values. This method is typically employed for sampling a set of data at a fixed frequency, such as collecting a group of points, for instance, 512/1024/4096. ;HDMA ADC 数据结构, 使用HDMA搬用ADC采样值,一般应用于固定频率采样一组(例如:512/1024/4096个点)数据 More... | |
| struct | hpm_pwm_fault_t |
| PWM fault protection data structure ;PWM 故障保护数据结构 More... | |
| struct | hpm_pwm_pair_t |
| A pair of PWM data structure ;PWM 对数据结构 More... | |
| struct | hpm_pwm_t |
| PWM data structure ;PWM 数据结构 More... | |
| struct | hpm_mp_t |
| Power MP data structure ;电源MP数据结构 More... | |
Macros | |
| #define | MP_PWM_PAIR_COUNT (MP_PWM_PAIR_NUM_MAX) |
| Summation of a pair of PWM sequence numbers ;PWM对序号总和 More... | |
| #define | MP_PWM_TRIGGER_COUNT_MAX (8) |
| PWM trigger count max ;PWM互联触发最大总和 More... | |
| #define | MP_PWM_TRIGGER_ADC_BIT (0) |
| PWM trigger for ADC bit ;PWM互联触发ADC采样BIT位 More... | |
Typedefs | |
| typedef void(* | hpm_mp_adc_over_callback) (void *handle) |
| ADC callback after sampling ends ;ADC 采样结束回调 More... | |
| typedef void(* | hpm_mp_hdma_over_callback) (hpm_hdma_adc_t *hdma_adc_t) |
| HDMA ADC data transmission and callback completed ;HDMA ADC数据搬用完成回调 More... | |
| typedef void(* | mp_timer_cb) (void) |
| High precision timer callback ;高精定时回调 More... | |