LCOV - code coverage report
Current view: top level - home/jenkins/executables/unitTest/bsp/bspMcu/include/reset - softwareSystemReset.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 1 100.0 %
Date: 2025-10-07 10:52:16 Functions: 1 1 100.0 %

          Line data    Source code
       1             : // Copyright 2024 Accenture.
       2             : 
       3             : #pragma once
       4             : 
       5             : #include <cstdint>
       6             : 
       7             : #ifdef __cplusplus
       8             : extern "C"
       9             : {
      10             : #endif
      11             : uint32_t softwareSystemResetCalled;
      12             : 
      13           7 : void softwareSystemReset() { ++softwareSystemResetCalled; }
      14             : 
      15             : void softwareDestructiveReset(void);
      16             : 
      17             : #ifdef __cplusplus
      18             : } /* extern "C" */
      19             : #endif

Generated by: LCOV version 1.14