Bootloader Thread class.
More...
#include <BootThread.h>
◆ BootThread() [1/3]
Boot::BootThread::BootThread |
( |
| ) |
|
|
explicitdelete |
◆ ~BootThread()
Boot::BootThread::~BootThread |
( |
| ) |
|
|
default |
◆ BootThread() [2/3]
- Note
- .text region shall be marked as executable on ARM.
◆ BootThread() [3/3]
Boot::BootThread::BootThread |
( |
const BootThread & | | ) |
|
|
default |
◆ GetName()
const Char * Boot::BootThread::GetName |
( |
| ) |
|
◆ IsValid()
bool Boot::BootThread::IsValid |
( |
| ) |
|
◆ operator=()
◆ SetName()
Void Boot::BootThread::SetName |
( |
const char * | name | ) |
|
◆ Start()
- Note
- handover header has to be valid!
◆ fBlob
VoidPtr Boot::BootThread::fBlob {nullptr} |
|
private |
◆ fBlobName
Char Boot::BootThread::fBlobName[256U] = {"BootThread"} |
|
private |
◆ fHandover
◆ fStack
UInt8* Boot::BootThread::fStack {nullptr} |
|
private |
◆ fStartAddress
VoidPtr Boot::BootThread::fStartAddress {nullptr} |
|
private |
The documentation for this class was generated from the following files: