#include <stdint.h>
#include <stdio.h>
#include <iostream>
Go to the source code of this file.
Data Structures | |
class | nxyter::NxContext |
Container for complete I2C register context of a nXYTER. More... | |
Namespaces | |
namespace | nxyter |
namespace to hold nXYTER specific classes | |
Variables | |
static const int | nxyter::kDoMask = 1<<0 |
handle mask part | |
static const int | nxyter::kDoCore = 1<<1 |
handle core part | |
static const int | nxyter::kDoTrim = 1<<2 |
handle trim part | |
static const int | nxyter::kDoAll = kDoMask|kDoCore|kDoTrim |
Definition in file NxContext.h.