LibDriver DS18B20
Loading...
Searching...
No Matches
ds18b20 test driver function

ds18b20 test driver modules More...

Collaboration diagram for ds18b20 test driver function:

Functions

uint8_t ds18b20_read_test (uint32_t times)
 read test
uint8_t ds18b20_register_test (void)
 register test
uint8_t ds18b20_search_test (void)
 search test

Detailed Description

ds18b20 test driver modules

Function Documentation

◆ ds18b20_read_test()

uint8_t ds18b20_read_test ( uint32_t times)

read test

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

Definition at line 50 of file driver_ds18b20_read_test.c.

Here is the call graph for this function:

◆ ds18b20_register_test()

uint8_t ds18b20_register_test ( void )

register test

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

Definition at line 50 of file driver_ds18b20_register_test.c.

Here is the call graph for this function:

◆ ds18b20_search_test()

uint8_t ds18b20_search_test ( void )

search test

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

Definition at line 49 of file driver_ds18b20_search_test.c.

Here is the call graph for this function: