LibDriver PCF8591
Loading...
Searching...
No Matches
pcf8591 test driver function

pcf8591 test driver modules More...

Collaboration diagram for pcf8591 test driver function:

Functions

uint8_t pcf8591_read_write_test (pcf8591_address_t addr, uint32_t times)
 read write test
uint8_t pcf8591_register_test (pcf8591_address_t addr)
 register test

Detailed Description

pcf8591 test driver modules

Function Documentation

◆ pcf8591_read_write_test()

uint8_t pcf8591_read_write_test ( pcf8591_address_t addr,
uint32_t times )

read write test

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

Definition at line 52 of file driver_pcf8591_read_write_test.c.

Here is the call graph for this function:

◆ pcf8591_register_test()

uint8_t pcf8591_register_test ( pcf8591_address_t addr)

register test

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

Definition at line 51 of file driver_pcf8591_register_test.c.

Here is the call graph for this function: