foxBMS
1.1.1
The foxBMS Battery Management System API Documentation
|
Struct for storing assert information. More...
#include <fassert.h>
Data Fields | |
uint32_t * | pc |
uint32_t | line |
Struct for storing assert information.
This struct is intended for storing, information on the place in the code where an assert has been violated.
uint32_t ASSERT_LOC::line |
uint32_t* ASSERT_LOC::pc |