modm API documentation
modm::AssertionInfo Struct Reference

Contains information about the failed assertion. More...

#include <modm/architecture/interface/assert.hpp>

Public Attributes

const char * name
 Can be used to recognize the assertion in code.
 
uintptr_t context
 Optional context depends on assertion.
 
AbandonmentBehavior behavior
 Can this assertion be ignored?
 

Detailed Description

Contains information about the failed assertion.


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