LibDriver ADS1110
Loading...
Searching...
No Matches
ads1110 test driver function

ads1110 test driver modules More...

Collaboration diagram for ads1110 test driver function:

Functions

uint8_t ads1110_read_test (ads1110_address_t addr, uint32_t times)
 read test
uint8_t ads1110_register_test (ads1110_address_t addr)
 register test

Detailed Description

ads1110 test driver modules

Function Documentation

◆ ads1110_read_test()

uint8_t ads1110_read_test ( ads1110_address_t addr,
uint32_t times )

read test

Parameters
[in]addriic device address
[in]timestest times
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 50 of file driver_ads1110_read_test.c.

Here is the call graph for this function:

◆ ads1110_register_test()

uint8_t ads1110_register_test ( ads1110_address_t addr)

register test

Parameters
[in]addriic device address
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 49 of file driver_ads1110_register_test.c.

Here is the call graph for this function: