![]() |
NANO100_BSP V3.04.002
The Board Support Package for Nano100BN Series
|
NuEdu-Basic01_PWM_Capture driver source file for NuEdu-SDK-Nano130. More...
Go to the source code of this file.
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 | PWM23_Clock = 1000000 |
uint32_t | PWM67_Clock = 1000000 |
uint32_t | Open_PWM6_OUT_Fail = FALSE |
uint32_t | Open_PWM3_Capture_Fail = FALSE |
uint32_t | Open_PWM7_Capture_Fail = FALSE |
PWM_Capture_T | PWM3 = {0,0,0,0,0,0,0} |
PWM_Capture_T | PWM7 = {0,0,0,0,0,0,0} |
NuEdu-Basic01_PWM_Capture driver source file for NuEdu-SDK-Nano130.
Definition in file NuEdu-Basic01_PWM_Capture.c.
uint32_t PWM23_Clock = 1000000 |
Definition at line 16 of file NuEdu-Basic01_PWM_Capture.c.