ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcdcs_reg_t Struct Reference

#include <ngcdcsCFG.hpp>

Public Member Functions

 ngcdcs_reg_t ()
 Constructor.
 

Public Attributes

int devIdx
 Device index.
 
ngcb_route_t route
 Route to board.
 
int address
 Register address on board.
 
int mask
 Register value mask.
 
int shift
 Register value shift.
 
int mirror
 Mirror of 32-bit register value.
 
char name [64]
 Register setup parameter name.
 
char value [256]
 Default string value.
 
int access
 Access rights.
 

Detailed Description

Generic control/status register type

Constructor & Destructor Documentation

◆ ngcdcs_reg_t()

ngcdcs_reg_t::ngcdcs_reg_t ( )
inline

Constructor.

Member Data Documentation

◆ access

int ngcdcs_reg_t::access

Access rights.

◆ address

int ngcdcs_reg_t::address

Register address on board.

◆ devIdx

int ngcdcs_reg_t::devIdx

Device index.

◆ mask

int ngcdcs_reg_t::mask

Register value mask.

◆ mirror

int ngcdcs_reg_t::mirror

Mirror of 32-bit register value.

◆ name

char ngcdcs_reg_t::name[64]

Register setup parameter name.

◆ route

ngcb_route_t ngcdcs_reg_t::route

Route to board.

◆ shift

int ngcdcs_reg_t::shift

Register value shift.

◆ value

char ngcdcs_reg_t::value[256]

Default string value.


The documentation for this struct was generated from the following file: