LibDriver BME688
Loading...
Searching...
No Matches
bme688 test driver function

bme688 test driver modules More...

Collaboration diagram for bme688 test driver function:

Functions

uint8_t bme688_parallel_test (bme688_interface_t interface, bme688_address_t addr_pin, uint32_t times)
 parallel test
uint8_t bme688_read_test (bme688_interface_t interface, bme688_address_t addr_pin, uint8_t index, uint32_t times)
 read test
uint8_t bme688_register_test (bme688_interface_t interface, bme688_address_t addr_pin)
 register test

Detailed Description

bme688 test driver modules

Function Documentation

◆ bme688_parallel_test()

uint8_t bme688_parallel_test ( bme688_interface_t interface,
bme688_address_t addr_pin,
uint32_t times )

parallel test

Parameters
[in]interfacechip interface
[in]addr_pinchip address pin
[in]timestest times
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 134 of file driver_bme688_parallel_test.c.

Here is the call graph for this function:

◆ bme688_read_test()

uint8_t bme688_read_test ( bme688_interface_t interface,
bme688_address_t addr_pin,
uint8_t index,
uint32_t times )

read test

Parameters
[in]interfacechip interface
[in]addr_pinchip address pin
[in]indexinput index
[in]timestest times
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 52 of file driver_bme688_read_test.c.

Here is the call graph for this function:

◆ bme688_register_test()

uint8_t bme688_register_test ( bme688_interface_t interface,
bme688_address_t addr_pin )

register test

Parameters
[in]interfacechip interface
[in]addr_pinchip address pin
Returns
status code
  • 0 success
  • 1 test failed
Note
none

Definition at line 51 of file driver_bme688_register_test.c.

Here is the call graph for this function: