LibDriver MAX31855
Loading...
Searching...
No Matches
max31855_handle_s Struct Reference

max31855 handle structure definition More...

#include <driver_max31855.h>

Data Fields

uint8_t(* spi_init )(void)
uint8_t(* spi_deinit )(void)
uint8_t(* spi_read_cmd )(uint8_t *buf, uint16_t len)
void(* delay_ms )(uint32_t ms)
void(* debug_print )(const char *const fmt,...)
uint8_t inited
uint8_t fault

Detailed Description

max31855 handle structure definition

Definition at line 73 of file driver_max31855.h.

Field Documentation

◆ debug_print

void(* debug_print) (const char *const fmt,...)

point to a debug_print function address

Definition at line 79 of file driver_max31855.h.

◆ delay_ms

void(* delay_ms) (uint32_t ms)

point to a delay_ms function address

Definition at line 78 of file driver_max31855.h.

◆ fault

uint8_t fault

fault

Definition at line 81 of file driver_max31855.h.

◆ inited

uint8_t inited

inited flag

Definition at line 80 of file driver_max31855.h.

◆ spi_deinit

uint8_t(* spi_deinit) (void)

point to a spi_deinit function address

Definition at line 76 of file driver_max31855.h.

◆ spi_init

uint8_t(* spi_init) (void)

point to a spi_init function address

Definition at line 75 of file driver_max31855.h.

◆ spi_read_cmd

uint8_t(* spi_read_cmd) (uint8_t *buf, uint16_t len)

point to a spi_read_cmd function address

Definition at line 77 of file driver_max31855.h.


The documentation for this struct was generated from the following file: