![]() |
LibDriver LM75B
|
lm75b test driver modules More...
Functions | |
| uint8_t | lm75b_interrupt_test (lm75b_address_t addr, lm75b_os_operation_mode_t mode, float low_threshold, float high_threshold, uint32_t times) |
| interrupt test | |
| uint8_t | lm75b_read_test (lm75b_address_t addr, uint32_t times) |
| read test | |
| uint8_t | lm75b_register_test (lm75b_address_t addr) |
| register test | |
lm75b test driver modules
| uint8_t lm75b_interrupt_test | ( | lm75b_address_t | addr, |
| lm75b_os_operation_mode_t | mode, | ||
| float | low_threshold, | ||
| float | high_threshold, | ||
| uint32_t | times ) |
interrupt test
| [in] | addr | iic address pin |
| [in] | mode | os operation mode |
| [in] | low_threshold | interrupt low threshold |
| [in] | high_threshold | interrupt high threshold |
| [in] | times | test times |
Definition at line 54 of file driver_lm75b_interrupt_test.c.
| uint8_t lm75b_read_test | ( | lm75b_address_t | addr, |
| uint32_t | times ) |
read test
| [in] | addr | iic address pin |
| [in] | times | test times |
Definition at line 51 of file driver_lm75b_read_test.c.
| uint8_t lm75b_register_test | ( | lm75b_address_t | addr | ) |
register test
| [in] | addr | iic address pin |
Definition at line 51 of file driver_lm75b_register_test.c.