Kinetis Bootloader Host  2.0.0
Host Tools for Kinetis devices
elftosb::ProgramOperation Class Reference

Operation to program persistent bits. More...

#include <Operation.h>

+ Inheritance diagram for elftosb::ProgramOperation:
+ Collaboration diagram for elftosb::ProgramOperation:

Public Member Functions

 ProgramOperation ()
 Default constructor.
 
 ProgramOperation (uint32_t memSpace)
 Constructor. Takes a memory space argument.
 
void setMemorySpace (uint32_t memSpace)
 
uint32_t getMemorySpace () const
 
- Public Member Functions inherited from elftosb::LoadOperation
void setSource (DataSource *source)
 
DataSourcegetSource ()
 
void setTarget (DataTarget *target)
 
DataTargetgetTarget ()
 
void setDCDLoad (bool isDCD)
 
bool isDCDLoad () const
 

Protected Attributes

uint32_t m_memSpace
 
- Protected Attributes inherited from elftosb::LoadOperation
smart_ptr< DataSourcem_source
 
smart_ptr< DataTargetm_target
 
bool m_isDCDLoad
 

Detailed Description

Operation to program persistent bits.


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