#include <memory.h>
#include <string.h>
#include "cvt_V1495.h"
Go to the source code of this file.
Functions | |
BOOL | cvt_V1495_open (cvt_V1495_data *p_data, UINT16 base_address, long vme_handle) |
V1494 VME boards data initialization. | |
BOOL | cvt_V1495_close (cvt_V1495_data *p_data) |
V1495 VME boards closing and resource free. | |
BOOL | cvt_V1495_set_control (cvt_V1495_data *p_data, UINT16 value) |
Set the control register. | |
BOOL | cvt_V1495_set_port_A_enable (cvt_V1495_data *p_data, UINT32 value) |
Set the port A register. | |
BOOL | cvt_V1495_set_port_B_enable (cvt_V1495_data *p_data, UINT32 value) |
Set the port B register. | |
BOOL | cvt_V1495_set_port_D_enable (cvt_V1495_data *p_data, UINT32 value) |
Set the port D register. |
Definition in file cvt_V1495.c.
|
V1495 VME boards closing and resource free. Provides specific handling for V1495 boards closing.
Definition at line 76 of file cvt_V1495.c. References cvt_board_close(), FALSE, cvt_V1495_data::m_common_data, and TRUE. |
|
V1494 VME boards data initialization. Provides specific handling for V495 boards opening.
Definition at line 62 of file cvt_V1495.c. References cvt_board_open(), FALSE, cvt_V1495_data::m_common_data, and TRUE. |
|
Set the control register. Writes the specified value to the control register
Definition at line 98 of file cvt_V1495.c. References CVT_V1495_CONTROL_INDEX, cvt_write_reg(), FALSE, cvt_V1495_data::m_common_data, TRACE, and TRUE. |
|
Set the port A register. Writes the specified value to the port A register
Definition at line 113 of file cvt_V1495.c. References CVT_V1495_PORTA_EN_HIGH_INDEX, CVT_V1495_PORTA_EN_LOW_INDEX, cvt_write_reg(), FALSE, cvt_V1495_data::m_common_data, TRACE, and TRUE. |
|
Set the port B register. Writes the specified value to the port B register
Definition at line 135 of file cvt_V1495.c. References CVT_V1495_PORTB_EN_HIGH_INDEX, CVT_V1495_PORTB_EN_LOW_INDEX, cvt_write_reg(), FALSE, cvt_V1495_data::m_common_data, TRACE, and TRUE. |
|
Set the port D register. Writes the specified value to the port D register
Definition at line 156 of file cvt_V1495.c. References CVT_V1495_PORTD_EN_HIGH_INDEX, CVT_V1495_PORTD_EN_LOW_INDEX, cvt_write_reg(), FALSE, cvt_V1495_data::m_common_data, TRACE, and TRUE. |