This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | TPU_ILEVEL 0x4 |
Interrupt level of the TPU (for reference only). More... | |
#define | TCR1FREQ 1000000 |
clock frequency of the TCR1 TPU timer (for reference only). More... | |
#define | TCR2FREQ 1000000 |
clock frequency of the TCR2 TPU timer (for reference only). More... | |
Functions | |
int | TPU_init () |
int | TPU_makepwm (unsigned char nr) |
configure TP channel as PWM output, default clock source. More... | |
int | TPU_initchannel (unsigned char nr) |
resets TPU channel nr. More... | |
int | TPU_setpwmperiod (unsigned char nr, unsigned short period) |
sets the PWM period of TPU PWM channel nr to period. More... | |
int | TPU_setpwmdc (unsigned char nr, unsigned char hightime) |
int | TPU_makepac (unsigned char nr) |
int | TPU_makeqd (unsigned char ch1, unsigned char ch2) |
unsigned short | TPU_getpac (unsigned char nr) |
short | TPU_getqd (unsigned char nr) |
short | TPU_readqd (unsigned char nr) |
int | TPU_setisr (unsigned char ch, void(*isr)(void)) |
int | TPU_clearisr (unsigned char ch, void(*isr)(void)) |
int | TPU_makedio (unsigned char nr) |
int | TPU_setdio (unsigned char nr, unsigned char v) |
|
clock frequency of the TCR1 TPU timer (for reference only).
|
|
clock frequency of the TCR2 TPU timer (for reference only).
|
|
Interrupt level of the TPU (for reference only).
|
|
|
|
|
|
|
|
|
|
Definition at line 129 of file tpud.c. Referenced by FBIN_make. |
|
|
|
|
|
|
|
|
|
|
|
|