|
MotorWare f2806x Module API Documentation
|
Modules | |
| Module overview | |
Data Structures | |
| struct | _DLOG_4CH_ |
| Defines the data logging (DLOG) object. More... | |
Macros | |
| #define | DLOG_4CH_DEFAULTS |
| Defines the default initalization for the DLOG object. More... | |
Typedefs | |
| typedef struct _DLOG_4CH_ | DLOG_4CH |
| Defines the data logging (DLOG) object. More... | |
| typedef struct _DLOG_4CH_Obj_ * | DLOG_4CH_handle |
| Defines the DLOG handle. More... | |
Functions | |
| void | DLOG_4CH_init (void *ptr) |
| Initializes the data logger. More... | |
| void | DLOG_4CH_update (void *ptr) |
| Updates the data logger. More... | |
Variables | |
| DLOG_4CH | dlog |
| Defines the DLOG object. More... | |
| int16_t | DlogCh1 |
| Defines DLOG channel 1. More... | |
| int16_t | DlogCh2 |
| Defines DLOG channel 2. More... | |
| int16_t | DlogCh3 |
| Defines DLOG channel 3. More... | |
| int16_t | DlogCh4 |
| Defines DLOG channel 4. More... | |
| #define DLOG_4CH_DEFAULTS |
Defines the default initalization for the DLOG object.
| typedef struct _DLOG_4CH_ DLOG_4CH |
Defines the data logging (DLOG) object.
| typedef struct _DLOG_4CH_Obj_* DLOG_4CH_handle |
| void DLOG_4CH_init | ( | void * | ptr | ) |
Initializes the data logger.
| [in] | ptr | The pointer to memory |
| void DLOG_4CH_update | ( | void * | ptr | ) |
Updates the data logger.
| [in] | ptr | The pointer to memory |
1.8.9.1