Subtract Register Block Data.
More...
#include <nfcf.hpp>
|
|
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 * () |
| |
|
|
uint8_t | reg [16] {} |
| |
|
struct { | |
| |
|
uint8_t reg_a [4] | |
| |
|
uint8_t reg_b [4] | |
| |
|
uint8_t reg_c [8] | |
| |
| }; | | |
| |
Subtract Register Block Data.