![]() |
LibDriver MAX31856
|
max31856 test driver modules More...
Functions | |
| uint8_t | max31856_interrupt_test_irq_handler (void) |
| interrupt test irq callback | |
| uint8_t | max31856_interrupt_test (max31856_thermocouple_type_t type, float cold_junction_low_fault_threshold_deg, float cold_junction_high_fault_threshold_deg, float temperature_low_fault_threshold_deg, float temperature_high_fault_threshold_deg, uint32_t timeout) |
| interrupt test | |
| uint8_t | max31856_read_test (max31856_thermocouple_type_t type, uint32_t times) |
| read test | |
| uint8_t | max31856_register_test (void) |
| register test | |
max31856 test driver modules
| uint8_t max31856_interrupt_test | ( | max31856_thermocouple_type_t | type, |
| float | cold_junction_low_fault_threshold_deg, | ||
| float | cold_junction_high_fault_threshold_deg, | ||
| float | temperature_low_fault_threshold_deg, | ||
| float | temperature_high_fault_threshold_deg, | ||
| uint32_t | timeout ) |
interrupt test
| [in] | type | thermocouple type |
| [in] | cold_junction_low_fault_threshold_deg | cold junction low fault threshold |
| [in] | cold_junction_high_fault_threshold_deg | cold junction high fault threshold |
| [in] | temperature_low_fault_threshold_deg | temperature low fault threshold |
| [in] | temperature_high_fault_threshold_deg | temperature high fault threshold |
| [in] | timeout | timeout in ms |
Definition at line 196 of file driver_max31856_interrupt_test.c.
| uint8_t max31856_interrupt_test_irq_handler | ( | void | ) |
interrupt test irq callback
Definition at line 173 of file driver_max31856_interrupt_test.c.
| uint8_t max31856_read_test | ( | max31856_thermocouple_type_t | type, |
| uint32_t | times ) |
read test
| [in] | type | thermocouple type |
| [in] | times | test times |
Definition at line 50 of file driver_max31856_read_test.c.
| uint8_t max31856_register_test | ( | void | ) |
register test
Definition at line 49 of file driver_max31856_register_test.c.