#include "lpc2119.h"#include "types.h"Go to the source code of this file.
Data Structures | |
| struct | PWM |
Functions | |
| void | PWMInitialize (PWM) |
| void | PWMCounterEnable (void) |
| void | PWMCounterReset (void) |
| void | PWMEnable (void) |
| uint8_t | PWMpinsInitialize (uint8_t chWhich) |
| void PWMCounterReset | ( | void | ) |
| void PWMInitialize | ( | PWM | ) |
Definition at line 51 of file PWM.c.
References PCB_PINSEL0, PCB_PINSEL1, PWM_PCR, and UARTWriteStr().
1.4.7