LibDriver MAX31855
Loading...
Searching...
No Matches
max31855 extern driver function

max31855 extern driver modules More...

Collaboration diagram for max31855 extern driver function:

Functions

uint8_t max31855_get_reg (max31855_handle_t *handle, uint32_t *data)
 get the chip register

Detailed Description

max31855 extern driver modules

Function Documentation

◆ max31855_get_reg()

uint8_t max31855_get_reg ( max31855_handle_t * handle,
uint32_t * data )

get the chip register

Parameters
[in]*handlepointer to a max31855 handle structure
[out]*datapointer to a data buffer
Returns
status code
  • 0 success
  • 1 read failed
  • 2 handle is NULL
  • 3 handle is not initialized
Note
none

Definition at line 287 of file driver_max31855.c.