![]() |
LibDriver APDS9960
|
apds9960 test driver modules More...
Functions | |
| uint8_t | apds9960_gesture_test_irq_handler (void) |
| gesture test irq | |
| uint8_t | apds9960_gesture_test (uint32_t times) |
| gesture test | |
| uint8_t | apds9960_interrupt_test_irq_handler (void) |
| interrupt test irq | |
| uint8_t | apds9960_interrupt_test (uint32_t times, uint16_t als_low_threshold, uint16_t als_high_threshold, uint8_t proximity_low_threshold, uint8_t proximity_high_threshold) |
| interrupt test | |
| uint8_t | apds9960_read_test (uint32_t times) |
| register test | |
| uint8_t | apds9960_register_test (void) |
| register test | |
apds9960 test driver modules
| uint8_t apds9960_gesture_test | ( | uint32_t | times | ) |
gesture test
| [in] | times | test times |
Definition at line 199 of file driver_apds9960_gesture_test.c.
| uint8_t apds9960_gesture_test_irq_handler | ( | void | ) |
gesture test irq
Definition at line 50 of file driver_apds9960_gesture_test.c.
| uint8_t apds9960_interrupt_test | ( | uint32_t | times, |
| uint16_t | als_low_threshold, | ||
| uint16_t | als_high_threshold, | ||
| uint8_t | proximity_low_threshold, | ||
| uint8_t | proximity_high_threshold ) |
interrupt test
| [in] | times | test times |
| [in] | als_low_threshold | als low threshold |
| [in] | als_high_threshold | als high threshold |
| [in] | proximity_low_threshold | proximity low threshold |
| [in] | proximity_high_threshold | proximity high threshold |
Definition at line 206 of file driver_apds9960_interrupt_test.c.
| uint8_t apds9960_interrupt_test_irq_handler | ( | void | ) |
interrupt test irq
Definition at line 49 of file driver_apds9960_interrupt_test.c.
| uint8_t apds9960_read_test | ( | uint32_t | times | ) |
register test
| [in] | times | test times |
Definition at line 49 of file driver_apds9960_read_test.c.
| uint8_t apds9960_register_test | ( | void | ) |
register test
Definition at line 49 of file driver_apds9960_register_test.c.