LibDriver HDC2080
Loading...
Searching...
No Matches
hdc2080 test driver function

hdc2080 test driver modules More...

Collaboration diagram for hdc2080 test driver function:

Functions

uint8_t hdc2080_interrupt_test (hdc2080_address_t addr_pin, float high_deg, float low_deg, float high_percent, float low_percent, uint32_t times)
 interrupt test
uint8_t hdc2080_read_test (hdc2080_address_t addr_pin, uint32_t times)
 read test
uint8_t hdc2080_register_test (hdc2080_address_t addr_pin)
 register test

Detailed Description

hdc2080 test driver modules

Function Documentation

◆ hdc2080_interrupt_test()

uint8_t hdc2080_interrupt_test ( hdc2080_address_t addr_pin,
float high_deg,
float low_deg,
float high_percent,
float low_percent,
uint32_t times )

interrupt test

Parameters
[in]addr_pinaddress pin
[in]high_degtemperature high threshold
[in]low_degtemperature low threshold
[in]high_percenthumidity high threshold
[in]low_percenthumidity low threshold
[in]timestest times
Returns
status code
  • 0 success
  • 1 read failed
Note
none

Definition at line 54 of file driver_hdc2080_interrupt_test.c.

Here is the call graph for this function:

◆ hdc2080_read_test()

uint8_t hdc2080_read_test ( hdc2080_address_t addr_pin,
uint32_t times )

read test

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

Definition at line 50 of file driver_hdc2080_read_test.c.

Here is the call graph for this function:

◆ hdc2080_register_test()

uint8_t hdc2080_register_test ( hdc2080_address_t addr_pin)

register test

Parameters
[in]addr_pinaddress pin
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 50 of file driver_hdc2080_register_test.c.

Here is the call graph for this function: