#include <board_commons.h>
Data Fields | |
| CPL_OBJ * | m_p_cpl_object |
| The Communication Physical Layer object. | |
| const cmd_table * | m_p_cmd_table |
| Pointer to board specif command table. | |
| char * | m_p_last_sent_cmd |
| The last sent command string. | |
This is the basic structure for every board specific data. This struct MUST be the first data of any other specific board data.
Definition at line 51 of file board_commons.h.
1.5.6