M5Unit-NFC 0.0.3 git rev:59f5362
Loading...
Searching...
No Matches
m5::nfc::f::REG Struct Reference

Subtract Register Block Data. More...

#include <nfcf.hpp>

Public Member Functions

uint32_t regA () const
 Gets the RegA.
 
uint32_t regB () const
 Gets the RegB.
 
uint64_t regC () const
 Gets the RegC.
 
void regA (const uint32_t v)
 Set the RegA.
 
void regB (const uint32_t v)
 Set the RegB.
 
void regC (const uint64_t v)
 Set the RegC.
 
 operator const uint8_t * () const
 
 operator uint8_t * ()
 

Public Attributes

uint8_t reg [16] {}
 
struct { 
 
   uint8_t   reg_a [4] 
 
   uint8_t   reg_b [4] 
 
   uint8_t   reg_c [8] 
 
};  
 

Detailed Description

Subtract Register Block Data.