![]() |
LibDriver MAX30205
|
max30205 test driver modules More...
Functions | |
| uint8_t | max30205_interrupt_test (max30205_address_t addr, max30205_interrupt_mode_t mode, float f_low_threshold, float f_high_threshold, uint32_t times) |
| interrupt test | |
| uint8_t | max30205_read_test (max30205_address_t addr, uint32_t times) |
| read test | |
| uint8_t | max30205_register_test (max30205_address_t addr) |
| register test | |
max30205 test driver modules
| uint8_t max30205_interrupt_test | ( | max30205_address_t | addr, |
| max30205_interrupt_mode_t | mode, | ||
| float | f_low_threshold, | ||
| float | f_high_threshold, | ||
| uint32_t | times ) |
interrupt test
| [in] | addr | iic device address |
| [in] | mode | interrupt mode |
| [in] | f_low_threshold | interrupt low threshold |
| [in] | f_high_threshold | interrupt high threshold |
| [in] | times | test times |
Definition at line 54 of file driver_max30205_interrupt_test.c.
| uint8_t max30205_read_test | ( | max30205_address_t | addr, |
| uint32_t | times ) |
read test
| [in] | addr | iic device address |
| [in] | times | test times |
Definition at line 51 of file driver_max30205_read_test.c.
| uint8_t max30205_register_test | ( | max30205_address_t | addr | ) |
register test
| [in] | addr | iic device address |
Definition at line 51 of file driver_max30205_register_test.c.