LibDriver BMP388
Loading...
Searching...
No Matches
driver_bmp388_interrupt_test.h
Go to the documentation of this file.
1
37
38#ifndef DRIVER_BMP388_INTERRUPT_TEST_H
39#define DRIVER_BMP388_INTERRUPT_TEST_H
40
42
43#ifdef __cplusplus
44extern "C"{
45#endif
46
51
60
71uint8_t bmp388_interrupt_test(bmp388_interface_t interface, bmp388_address_t addr_pin, uint32_t times);
72
76
77#ifdef __cplusplus
78}
79#endif
80
81#endif
driver bmp388 interface header file
bmp388_interface_t
bmp388 interface enumeration definition
bmp388_address_t
bmp388 address enumeration definition
uint8_t bmp388_interrupt_test(bmp388_interface_t interface, bmp388_address_t addr_pin, uint32_t times)
interrupt test
uint8_t bmp388_interrupt_test_irq_handler(void)
interrupt test irq handler