AFE_NXP_Arduino 2.0.3
Analog Front-End (AFE) device operation sample code for Arduino
Loading...
Searching...
No Matches
Classes | Functions
AFE_NXP.h File Reference
#include <Arduino.h>
#include <math.h>
#include <stdint.h>
#include <SPI_for_AFE.h>

Go to the source code of this file.

Classes

class  AFE_base
 
class  LogicalChannel_Base
 
class  NAFE13388_Base
 
struct  NAFE13388_Base::_reference_point
 
struct  NAFE13388_Base::_ref_points
 
class  NAFE13388_Base::LogicalChannel
 
class  NAFE13388
 
class  NAFE13388_UIM
 

Functions

NAFE13388_Base::Register16 operator+ (NAFE13388_Base::Register16 rn, int n)
 
NAFE13388_Base::Register16 operator+ (int n, NAFE13388_Base::Register16 rn)
 
NAFE13388_Base::Register24 operator+ (NAFE13388_Base::Register24 rn, int n)
 
NAFE13388_Base::Register24 operator+ (int n, NAFE13388_Base::Register24 rn)
 

Function Documentation

◆ operator+() [1/4]

NAFE13388_Base::Register16 operator+ ( int  n,
NAFE13388_Base::Register16  rn 
)
inline

Definition at line 753 of file AFE_NXP.h.

◆ operator+() [2/4]

NAFE13388_Base::Register24 operator+ ( int  n,
NAFE13388_Base::Register24  rn 
)
inline

Definition at line 763 of file AFE_NXP.h.

◆ operator+() [3/4]

NAFE13388_Base::Register16 operator+ ( NAFE13388_Base::Register16  rn,
int  n 
)
inline

Definition at line 748 of file AFE_NXP.h.

◆ operator+() [4/4]

NAFE13388_Base::Register24 operator+ ( NAFE13388_Base::Register24  rn,
int  n 
)
inline

Definition at line 758 of file AFE_NXP.h.