#include <modm/platform/fault/fault.hpp>
 | 
| 
using  | const_iterator = FaultStorage::Iterator | 
|   | 
 | 
| 
static const_iterator  | begin () | 
|   | 
| 
static const_iterator  | end () | 
|   | 
| static bool  | hasReport () | 
|   | 
| static std::span< const uint8_t, 20 >  | buildId () | 
|   | 
| 
static void  | clear () | 
|   | Clears the report. 
  | 
|   | 
| 
static void  | clearAndReboot () | 
|   | Clears the report and reboots the device. 
  | 
|   | 
Public interface to accessing fault reports, providing a const_iterator for accessing the read only report. 
 
  
  
      
        
          | static std::span<const uint8_t, 20> modm::platform::FaultReporter::buildId  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
- Returns
 - a 20-bytes SHA1 of the firmware for identification 
 
 
 
  
  
      
        
          | static bool modm::platform::FaultReporter::hasReport  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
The documentation for this class was generated from the following files:
- fault.hpp
 
- crashcatcher_dump.cpp