foxBMS  1.1.1
The foxBMS Battery Management System API Documentation
ASSERT_LOC Struct Reference

Struct for storing assert information. More...

#include <fassert.h>

Data Fields

uint32_t * pc
 
uint32_t line
 

Detailed Description

Struct for storing assert information.

This struct is intended for storing, information on the place in the code where an assert has been violated.

Definition at line 115 of file fassert.h.

Field Documentation

◆ line

uint32_t ASSERT_LOC::line

line number where an assert has triggered

Definition at line 117 of file fassert.h.

◆ pc

uint32_t* ASSERT_LOC::pc

value of the program counter register

Definition at line 116 of file fassert.h.


The documentation for this struct was generated from the following file: