LibDriver MCP4725
Loading...
Searching...
No Matches
mcp4725 test driver function

mcp4725 test driver modules More...

Collaboration diagram for mcp4725 test driver function:

Functions

uint8_t mcp4725_register_test (mcp4725_address_t addr)
 register test
uint8_t mcp4725_write_test (mcp4725_address_t addr, uint32_t times)
 write test

Detailed Description

mcp4725 test driver modules

Function Documentation

◆ mcp4725_register_test()

uint8_t mcp4725_register_test ( mcp4725_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_mcp4725_register_test.c.

Here is the call graph for this function:

◆ mcp4725_write_test()

uint8_t mcp4725_write_test ( mcp4725_address_t addr,
uint32_t times )

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_mcp4725_write_test.c.

Here is the call graph for this function: