#include <tpu.h>
Data Fields | |
uint16 | channel_num |
uint16 | initialized |
void * | TPUHardware |
tpu_errno_t | errno |
TPUChannel * | master |
void * | userData |
|
Channel number (0x0 - 0xF) |
|
Initialized yet? |
|
The actual pointer to the hardware itself. |
|
The reason the last call failed. |
|
Pointer to master channel if slave. |
|
Pointer to user defined data (for ISR) |