![]() |
LibDriver NTC
|
ntc test driver modules More...
Functions | |
| uint8_t | ntc_read_beta_formula_test (ntc_circuit_t circuit, float r_fixed_ohm, float beta, float r25_ohm, ntc_filter_t filter, uint32_t times) |
| read beta formula test | |
| uint8_t | ntc_read_steinhart_hart_test (ntc_circuit_t circuit, float r_fixed_ohm, double a, double b, double c, ntc_filter_t filter, uint32_t times) |
| read steinhart hart test | |
| uint8_t | ntc_read_lookup_table_test (ntc_circuit_t circuit, float r_fixed_ohm, const ntc_table_t *table, uint16_t table_len, ntc_filter_t filter, uint32_t times) |
| read lookup table test | |
ntc test driver modules
| uint8_t ntc_read_beta_formula_test | ( | ntc_circuit_t | circuit, |
| float | r_fixed_ohm, | ||
| float | beta, | ||
| float | r25_ohm, | ||
| ntc_filter_t | filter, | ||
| uint32_t | times ) |
read beta formula test
| [in] | circuit | ntc circuit |
| [in] | r_fixed_ohm | fixed resistor in ohm |
| [in] | beta | beta value |
| [in] | r25_ohm | r25 ohm |
| [in] | filter | ntc filter |
| [in] | times | test times |
Definition at line 54 of file driver_ntc_read_test.c.
| uint8_t ntc_read_lookup_table_test | ( | ntc_circuit_t | circuit, |
| float | r_fixed_ohm, | ||
| const ntc_table_t * | table, | ||
| uint16_t | table_len, | ||
| ntc_filter_t | filter, | ||
| uint32_t | times ) |
read lookup table test
| [in] | circuit | ntc circuit |
| [in] | r_fixed_ohm | fixed resistor in ohm |
| [in] | *table | pointer to a ntc table buffer |
| [in] | table_len | table length |
| [in] | filter | ntc filter |
| [in] | times | test times |
Definition at line 808 of file driver_ntc_read_test.c.
| uint8_t ntc_read_steinhart_hart_test | ( | ntc_circuit_t | circuit, |
| float | r_fixed_ohm, | ||
| double | a, | ||
| double | b, | ||
| double | c, | ||
| ntc_filter_t | filter, | ||
| uint32_t | times ) |
read steinhart hart test
| [in] | circuit | ntc circuit |
| [in] | r_fixed_ohm | fixed resistor in ohm |
| [in] | a | param a |
| [in] | b | param b |
| [in] | c | param c |
| [in] | filter | ntc filter |
| [in] | times | test times |
Definition at line 436 of file driver_ntc_read_test.c.