#include <cvt_board_commons.h>
Data Fields | |
| UINT16 | m_base_address |
| Base address. | |
| long | m_vme_handle |
| VME handle. | |
| const cvt_reg_table * | m_p_reg_table |
| Pointer to board specif register table. | |
| BOOL(* | set_MCST_CBLT )(void *, UINT8, MCST_CBLT_board_pos) |
| Pointer to board specif set_MCST_CBLT method. | |
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 67 of file cvt_board_commons.h.
1.4.6-NO