LibDriver BMP384
Loading...
Searching...
No Matches
bmp384 test driver function

bmp384 test driver modules More...

Collaboration diagram for bmp384 test driver function:

Functions

uint8_t bmp384_fifo_test_irq_handler (void)
 fifo test irq handler
uint8_t bmp384_fifo_test (bmp384_interface_t interface, bmp384_address_t addr_pin, uint32_t times)
 fifo test
uint8_t bmp384_interrupt_test_irq_handler (void)
 interrupt test irq handler
uint8_t bmp384_interrupt_test (bmp384_interface_t interface, bmp384_address_t addr_pin, uint32_t times)
 interrupt test
uint8_t bmp384_read_test (bmp384_interface_t interface, bmp384_address_t addr_pin, uint32_t times)
 read test
uint8_t bmp384_register_test (bmp384_interface_t interface, bmp384_address_t addr_pin)
 register test

Detailed Description

bmp384 test driver modules

Function Documentation

◆ bmp384_fifo_test()

uint8_t bmp384_fifo_test ( bmp384_interface_t interface,
bmp384_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 149 of file driver_bmp384_fifo_test.c.

Here is the call graph for this function:

◆ bmp384_fifo_test_irq_handler()

uint8_t bmp384_fifo_test_irq_handler ( void )

fifo test irq handler

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

Definition at line 52 of file driver_bmp384_fifo_test.c.

Here is the call graph for this function:

◆ bmp384_interrupt_test()

uint8_t bmp384_interrupt_test ( bmp384_interface_t interface,
bmp384_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 115 of file driver_bmp384_interrupt_test.c.

Here is the call graph for this function:

◆ bmp384_interrupt_test_irq_handler()

uint8_t bmp384_interrupt_test_irq_handler ( void )

interrupt test irq handler

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

Definition at line 51 of file driver_bmp384_interrupt_test.c.

Here is the call graph for this function:

◆ bmp384_read_test()

uint8_t bmp384_read_test ( bmp384_interface_t interface,
bmp384_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 51 of file driver_bmp384_read_test.c.

Here is the call graph for this function:

◆ bmp384_register_test()

uint8_t bmp384_register_test ( bmp384_interface_t interface,
bmp384_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 51 of file driver_bmp384_register_test.c.

Here is the call graph for this function: