LibDriver AS3935
Loading...
Searching...
No Matches
as3935 test driver function

as3935 test driver modules More...

Collaboration diagram for as3935 test driver function:

Functions

uint8_t as3935_read_test_irq_handler (void)
 read test irq handler
uint8_t as3935_read_test (as3935_interface_t interface, as3935_address_t addr_pin, uint32_t times)
 read test
uint8_t as3935_register_test (as3935_interface_t interface, as3935_address_t addr_pin)
 register test

Detailed Description

as3935 test driver modules

Function Documentation

◆ as3935_read_test()

uint8_t as3935_read_test ( as3935_interface_t interface,
as3935_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 125 of file driver_as3935_read_test.c.

Here is the call graph for this function:

◆ as3935_read_test_irq_handler()

uint8_t as3935_read_test_irq_handler ( void )

read test irq handler

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

Definition at line 105 of file driver_as3935_read_test.c.

Here is the call graph for this function:

◆ as3935_register_test()

uint8_t as3935_register_test ( as3935_interface_t interface,
as3935_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_as3935_register_test.c.

Here is the call graph for this function: