Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Related Pages  

RG_ParseMask Struct Reference
[Coprocessor Module]

#include <coprocessor.h>


Data Fields

__u16 Internal_AD
__u8 External_AD
__u8 counter
__u8 zero
__u16 pwm


Detailed Description

Request/grant RG_ParseMask parse mask for devices with multiple channels. This substructure within the Cop_Data structure is a collection of bitmasks indicating that new data has arrived It is updated by a call to E12_Packet_Route. For example, after calling E12_Packet_Route on a particular block of data, External_AD might have a value of 6. This would indicate that channels 0 and 2 have received new data which is now stored in the Cop->External_AD[0] and Cop->External_AD[1].

Definition at line 69 of file coprocessor.h.


Field Documentation

__u8 RG_ParseMask::counter
 

bitmask of counter channels, 1 indicates the counter data structure or counter config structure has been modified

Definition at line 76 of file coprocessor.h.

Referenced by CopParsePacket(), and UpdatetHardwareCounterInfo().

__u8 RG_ParseMask::External_AD
 

bitmask of External AtoD channels, 1 indicates new data received

Definition at line 74 of file coprocessor.h.

Referenced by CopParsePacket().

__u16 RG_ParseMask::Internal_AD
 

bitmask of internal AtoD channels, 1 indicates new data received

Definition at line 72 of file coprocessor.h.

Referenced by CopParsePacket().

__u16 RG_ParseMask::pwm
 

bitmask of PWM channels notification, 1 indicates returned configuration data

Definition at line 80 of file coprocessor.h.

Referenced by CopParsePacket(), and UpdatetHardwarePWMInfo().

__u8 RG_ParseMask::zero
 

bitmask of counter channels notification, 1 indicates a zero crossing

Definition at line 78 of file coprocessor.h.

Referenced by CopParsePacket().


The documentation for this struct was generated from the following file:
Generated on Thu Jan 8 09:51:00 2004 for PCM-37e12 by doxygen1.2.15