|  | LibDriver BMP384
    | 
bmp384 test driver modules More...
| 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 | |
bmp384 test driver modules
| uint8_t bmp384_fifo_test | ( | bmp384_interface_t | interface, | 
| bmp384_address_t | addr_pin, | ||
| uint32_t | times ) | 
fifo test
| [in] | interface | chip interface | 
| [in] | addr_pin | iic device address | 
| [in] | times | test times | 
Definition at line 149 of file driver_bmp384_fifo_test.c.
| uint8_t bmp384_fifo_test_irq_handler | ( | void | ) | 
fifo test irq handler
Definition at line 52 of file driver_bmp384_fifo_test.c.
| uint8_t bmp384_interrupt_test | ( | bmp384_interface_t | interface, | 
| bmp384_address_t | addr_pin, | ||
| uint32_t | times ) | 
interrupt test
| [in] | interface | chip interface | 
| [in] | addr_pin | iic device address | 
| [in] | times | test times | 
Definition at line 115 of file driver_bmp384_interrupt_test.c.
| uint8_t bmp384_interrupt_test_irq_handler | ( | void | ) | 
interrupt test irq handler
Definition at line 51 of file driver_bmp384_interrupt_test.c.
| uint8_t bmp384_read_test | ( | bmp384_interface_t | interface, | 
| bmp384_address_t | addr_pin, | ||
| uint32_t | times ) | 
read test
| [in] | interface | chip interface | 
| [in] | addr_pin | iic device address | 
| [in] | times | test times | 
Definition at line 51 of file driver_bmp384_read_test.c.
| uint8_t bmp384_register_test | ( | bmp384_interface_t | interface, | 
| bmp384_address_t | addr_pin ) | 
register test
| [in] | interface | chip interface | 
| [in] | addr_pin | iic device address | 
Definition at line 51 of file driver_bmp384_register_test.c.