Loading...
Searching...
No Matches

Detailed Description

Register Read address Write address
Configuration 0x00 0x80
RTD MSB 0x01 N/A
RTD LSB 0x02 N/A
RTD high threshold MSB 0x03 0x83
RTD high threshold LSB 0x04 0x84
RTD low threshold MSB 0x05 0x85
RTD low threshold LSB 0x06 0x86
Fault 0x07 N/A

Macros

#define MAX31865_ADDR_CFG_R   (0x00)
 Configuration register, read address.
 
#define MAX31865_ADDR_CFG_W   (0x80)
 Configuration register, write address.
 
#define MAX31865_ADDR_RTD_MSB   (0x01)
 RTD MSB, read-only.
 
#define MAX31865_ADDR_RTD_LSB   (0x02)
 RTD LSB, read-only.
 
#define MAX31865_ADDR_RTD_HTHRES_MSB_R   (0x03)
 RTD high threshold MSB, read address.
 
#define MAX31865_ADDR_RTD_HTHRES_MSB_W   (0x83)
 RTD high threshold MSB, write address.
 
#define MAX31865_ADDR_RTD_HTHRES_LSB_R   (0x04)
 RTD high threshold LSB, read address.
 
#define MAX31865_ADDR_RTD_HTHRES_LSB_W   (0x84)
 RTD high threshold LSB, write address.
 
#define MAX31865_ADDR_RTD_LTHRES_MSB_R   (0x05)
 RTD low threshold MSB, read address.
 
#define MAX31865_ADDR_RTD_LTHRES_MSB_W   (0x85)
 RTD low threshold MSB, write address.
 
#define MAX31865_ADDR_RTD_LTHRES_LSB_R   (0x06)
 RTD low threshold LSB, read address.
 
#define MAX31865_ADDR_RTD_LTHRES_LSB_W   (0x86)
 RTD low threshold LSB, write address.
 
#define MAX31865_ADDR_FAULT   (0x07)
 Fault status register, read-only.
 

Macro Definition Documentation

◆ MAX31865_ADDR_CFG_R

#define MAX31865_ADDR_CFG_R   (0x00)

Configuration register, read address.

Definition at line 54 of file max31865_internal.h.

◆ MAX31865_ADDR_CFG_W

#define MAX31865_ADDR_CFG_W   (0x80)

Configuration register, write address.

Definition at line 55 of file max31865_internal.h.

◆ MAX31865_ADDR_FAULT

#define MAX31865_ADDR_FAULT   (0x07)

Fault status register, read-only.

Definition at line 66 of file max31865_internal.h.

◆ MAX31865_ADDR_RTD_HTHRES_LSB_R

#define MAX31865_ADDR_RTD_HTHRES_LSB_R   (0x04)

RTD high threshold LSB, read address.

Definition at line 60 of file max31865_internal.h.

◆ MAX31865_ADDR_RTD_HTHRES_LSB_W

#define MAX31865_ADDR_RTD_HTHRES_LSB_W   (0x84)

RTD high threshold LSB, write address.

Definition at line 61 of file max31865_internal.h.

◆ MAX31865_ADDR_RTD_HTHRES_MSB_R

#define MAX31865_ADDR_RTD_HTHRES_MSB_R   (0x03)

RTD high threshold MSB, read address.

Definition at line 58 of file max31865_internal.h.

◆ MAX31865_ADDR_RTD_HTHRES_MSB_W

#define MAX31865_ADDR_RTD_HTHRES_MSB_W   (0x83)

RTD high threshold MSB, write address.

Definition at line 59 of file max31865_internal.h.

◆ MAX31865_ADDR_RTD_LSB

#define MAX31865_ADDR_RTD_LSB   (0x02)

RTD LSB, read-only.

Definition at line 57 of file max31865_internal.h.

◆ MAX31865_ADDR_RTD_LTHRES_LSB_R

#define MAX31865_ADDR_RTD_LTHRES_LSB_R   (0x06)

RTD low threshold LSB, read address.

Definition at line 64 of file max31865_internal.h.

◆ MAX31865_ADDR_RTD_LTHRES_LSB_W

#define MAX31865_ADDR_RTD_LTHRES_LSB_W   (0x86)

RTD low threshold LSB, write address.

Definition at line 65 of file max31865_internal.h.

◆ MAX31865_ADDR_RTD_LTHRES_MSB_R

#define MAX31865_ADDR_RTD_LTHRES_MSB_R   (0x05)

RTD low threshold MSB, read address.

Definition at line 62 of file max31865_internal.h.

◆ MAX31865_ADDR_RTD_LTHRES_MSB_W

#define MAX31865_ADDR_RTD_LTHRES_MSB_W   (0x85)

RTD low threshold MSB, write address.

Definition at line 63 of file max31865_internal.h.

◆ MAX31865_ADDR_RTD_MSB

#define MAX31865_ADDR_RTD_MSB   (0x01)

RTD MSB, read-only.

Definition at line 56 of file max31865_internal.h.