LCDDriver_NXP_Arduino 0.8.1
Analog Front-End (AFE) device operation sample code for Arduino
Loading...
Searching...
No Matches
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  NAFE13388_Base
 
struct  NAFE13388_Base::_reference_point
 
struct  NAFE13388_Base::_ref_points
 
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 633 of file AFE_NXP.h.

◆ operator+() [2/4]

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

Definition at line 643 of file AFE_NXP.h.

◆ operator+() [3/4]

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

Definition at line 628 of file AFE_NXP.h.

◆ operator+() [4/4]

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

Definition at line 638 of file AFE_NXP.h.