|
NSVD Reader
0.0.1
|
normalized <addressBlock> More...
#include <AddressBlock.hpp>

Public Member Functions | |
| template<typename T > | |
| AddressBlock (const T &src) | |
Public Attributes | |
| uint64_t | offset |
| the start address of an address block relative to the peripheral baseAddress. More... | |
| uint64_t | size |
| the number of addressUnitBits being covered by this address block. More... | |
| AddressBlockUsage | usage |
| register/buffer/reserved More... | |
| Protection | protection |
| the protection level More... | |
normalized <addressBlock>
Definition at line 25 of file AddressBlock.hpp.
|
inline |
| T | nodamushi::svd::AddressBlock |
Definition at line 39 of file AddressBlock.hpp.
| uint64_t nodamushi::svd::normalized::AddressBlock::offset |
the start address of an address block relative to the peripheral baseAddress.
Definition at line 28 of file AddressBlock.hpp.
| Protection nodamushi::svd::normalized::AddressBlock::protection |
the protection level
Definition at line 34 of file AddressBlock.hpp.
| uint64_t nodamushi::svd::normalized::AddressBlock::size |
the number of addressUnitBits being covered by this address block.
Definition at line 30 of file AddressBlock.hpp.
| AddressBlockUsage nodamushi::svd::normalized::AddressBlock::usage |
register/buffer/reserved
Definition at line 32 of file AddressBlock.hpp.