#include <common/p33c_pral/p33c_crc.h>
Collaboration diagram for P33C_CRC_MODULE_s:Data Fields | |
| union { | |
| volatile struct tagCRCCONLBITS bits | |
| volatile uint16_t value | |
| } | CrcConl |
| union { | |
| volatile struct tagCRCCONHBITS bits | |
| volatile uint16_t value | |
| } | CrcConh |
| union { | |
| struct { | |
| uint16_t CRCXORL: 16 | |
| } bits | |
| uint16_t value | |
| } | CrcXorl |
| union { | |
| struct { | |
| uint16_t CRCXORH: 16 | |
| } bits | |
| uint16_t value | |
| } | CrcXorh |
| union { | |
| struct { | |
| uint16_t CRCDATL: 16 | |
| } bits | |
| uint16_t value | |
| } | CrcDatl |
| union { | |
| struct { | |
| uint16_t CRCDATH: 16 | |
| } bits | |
| uint16_t value | |
| } | CrcDath |
| union { | |
| struct { | |
| uint16_t CRCWDATL: 16 | |
| } bits | |
| uint16_t value | |
| } | CrcWdatl |
| union { | |
| struct { | |
| uint16_t CRCWDATH: 16 | |
| } bits | |
| uint16_t value | |
| } | CrcWdath |
Definition at line 61 of file p33c_crc.h.
| volatile struct tagCRCCONHBITS bits |
Definition at line 67 of file p33c_crc.h.
| struct { ... } bits |
| struct { ... } bits |
| struct { ... } bits |
| struct { ... } bits |
| struct { ... } bits |
| struct { ... } bits |
| volatile struct tagCRCCONLBITS bits |
Definition at line 63 of file p33c_crc.h.
| union { ... } CrcConh |
| union { ... } CrcConl |
| uint16_t CRCDATH |
Definition at line 90 of file p33c_crc.h.
| union { ... } CrcDath |
| uint16_t CRCDATL |
Definition at line 84 of file p33c_crc.h.
| union { ... } CrcDatl |
| uint16_t CRCWDATH |
Definition at line 102 of file p33c_crc.h.
| union { ... } CrcWdath |
| uint16_t CRCWDATL |
Definition at line 96 of file p33c_crc.h.
| union { ... } CrcWdatl |
| uint16_t CRCXORH |
Definition at line 78 of file p33c_crc.h.
| union { ... } CrcXorh |
| uint16_t CRCXORL |
Definition at line 72 of file p33c_crc.h.
| union { ... } CrcXorl |
| volatile uint16_t value |
Definition at line 64 of file p33c_crc.h.
| uint16_t value |
Definition at line 74 of file p33c_crc.h.