Free space region in ROM. More...
#include <code_gen_tool.h>
Public Member Functions | |
| size_t | Size () const |
Public Attributes | |
| uint32_t | start |
| uint32_t | end |
| std::string | description |
| int | free_percent |
Free space region in ROM.
Definition at line 42 of file code_gen_tool.h.
|
inline |
Definition at line 48 of file code_gen_tool.h.
| uint32_t yaze::cli::agent::tools::FreeSpaceRegion::start |
Definition at line 43 of file code_gen_tool.h.
Referenced by yaze::cli::agent::tools::CodeGenToolBase::FormatResultAsJson(), and Size().
| uint32_t yaze::cli::agent::tools::FreeSpaceRegion::end |
Definition at line 44 of file code_gen_tool.h.
Referenced by yaze::cli::agent::tools::CodeGenToolBase::FormatResultAsJson(), and Size().
| std::string yaze::cli::agent::tools::FreeSpaceRegion::description |
Definition at line 45 of file code_gen_tool.h.
Referenced by yaze::cli::agent::tools::CodeGenToolBase::FormatResultAsJson().
| int yaze::cli::agent::tools::FreeSpaceRegion::free_percent |
Definition at line 46 of file code_gen_tool.h.
Referenced by yaze::cli::agent::tools::CodeGenToolBase::FormatResultAsJson().