LibDriver BMP388
Loading...
Searching...
No Matches
bmp388 test driver function

bmp388 test driver modules More...

Collaboration diagram for bmp388 test driver function:

Functions

uint8_t bmp388_fifo_test_irq_handler (void)
 fifo test irq handler
uint8_t bmp388_fifo_test (bmp388_interface_t interface, bmp388_address_t addr_pin, uint32_t times)
 fifo test
uint8_t bmp388_interrupt_test_irq_handler (void)
 interrupt test irq handler
uint8_t bmp388_interrupt_test (bmp388_interface_t interface, bmp388_address_t addr_pin, uint32_t times)
 interrupt test
uint8_t bmp388_read_test (bmp388_interface_t interface, bmp388_address_t addr_pin, uint32_t times)
 read test
uint8_t bmp388_register_test (bmp388_interface_t interface, bmp388_address_t addr_pin)
 register test

Detailed Description

bmp388 test driver modules

Function Documentation

◆ bmp388_fifo_test()

uint8_t bmp388_fifo_test ( bmp388_interface_t interface,
bmp388_address_t addr_pin,
uint32_t times )

fifo test

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

Definition at line 150 of file driver_bmp388_fifo_test.c.

Here is the call graph for this function:

◆ bmp388_fifo_test_irq_handler()

uint8_t bmp388_fifo_test_irq_handler ( void )

fifo test irq handler

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

Definition at line 53 of file driver_bmp388_fifo_test.c.

Here is the call graph for this function:

◆ bmp388_interrupt_test()

uint8_t bmp388_interrupt_test ( bmp388_interface_t interface,
bmp388_address_t addr_pin,
uint32_t times )

interrupt test

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

Definition at line 116 of file driver_bmp388_interrupt_test.c.

Here is the call graph for this function:

◆ bmp388_interrupt_test_irq_handler()

uint8_t bmp388_interrupt_test_irq_handler ( void )

interrupt test irq handler

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

Definition at line 52 of file driver_bmp388_interrupt_test.c.

Here is the call graph for this function:

◆ bmp388_read_test()

uint8_t bmp388_read_test ( bmp388_interface_t interface,
bmp388_address_t addr_pin,
uint32_t times )

read test

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

Definition at line 52 of file driver_bmp388_read_test.c.

Here is the call graph for this function:

◆ bmp388_register_test()

uint8_t bmp388_register_test ( bmp388_interface_t interface,
bmp388_address_t addr_pin )

register test

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

Definition at line 52 of file driver_bmp388_register_test.c.

Here is the call graph for this function: