![]() |
Nano100BN Series BSP
V3.03.002
The Board Support Package for Nano100BN Series
|
Nano100 series PWM and Capture driver header file. More...
Go to the source code of this file.
Data Structures | |
| struct | PWM_Capture_T |
Macros | |
| #define | _PWM_Source_Clock 12000000 |
| #define | _PWM_Resolution 65536 |
| #define | _PWM_Prescale_Max 256 |
| #define | _PWM_Duty_Scale 100 |
Enumerations | |
| enum | E_Edge { Rising = 0, Falling = 1 } |
Functions | |
| void | Open_PWM6_OUT (uint32_t PWM_Frequency, uint32_t PWM_Duty) |
| void | Close_PWM6_OUT (void) |
| void | Open_PWM7_Capture (void) |
| void | Close_PWM7_Capture (void) |
| void | Get_PWM7_Capture_Data (void) |
| void | Open_PWM3_Capture (void) |
| void | Close_PWM3_Capture (void) |
| void | Get_PWM3_Capture_Data (void) |
Variables | |
| uint32_t | PWM67_Clock |
| uint32_t | Open_PWM6_OUT_Fail |
| uint32_t | Open_PWM3_Capture_Fail |
| uint32_t | Open_PWM7_Capture_Fail |
| PWM_Capture_T | PWM3 |
| PWM_Capture_T | PWM7 |
Nano100 series PWM and Capture driver header file.
Definition in file NuEdu-Basic01_PWM_Capture.h.
1.8.15