LibDriver DS1302
Loading...
Searching...
No Matches
ds1302 test driver function

ds1302 test driver modules More...

Collaboration diagram for ds1302 test driver function:

Functions

uint8_t ds1302_ram_test (uint32_t times)
 ram test
uint8_t ds1302_register_test (void)
 register test

Detailed Description

ds1302 test driver modules

Function Documentation

◆ ds1302_ram_test()

uint8_t ds1302_ram_test ( uint32_t times)

ram test

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

Definition at line 52 of file driver_ds1302_ram_test.c.

Here is the call graph for this function:

◆ ds1302_register_test()

uint8_t ds1302_register_test ( void )

register test

Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 49 of file driver_ds1302_register_test.c.

Here is the call graph for this function: