foxBMS - Unit Tests
1.5.0
The foxBMS Unit Tests 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 FAS_ASSERT_LOCATION_s::line |
uint32_t* FAS_ASSERT_LOCATION_s::pc |