scc  2024.06
SystemC components library
apb::apb_extension Struct Reference
Inheritance diagram for apb::apb_extension:
Collaboration diagram for apb::apb_extension:

Public Member Functions

bool is_privileged () const
 
void set_privileged (bool=true)
 
void set_non_secure (bool=true)
 
bool is_non_secure () const
 
bool is_instruction () const
 
void set_instruction (bool=true)
 
uint8_t get_protection () const
 
void set_protection (uint8_t)
 
void set_nse (bool=true)
 
bool is_nse () const
 
 apb_extension (const apb_extension &o)=default
 
tlm::tlm_extension_base * clone () const override
 the clone function to create deep copies of More...
 
void copy_from (tlm::tlm_extension_base const &ext) override
 deep copy all values from ext More...
 

Detailed Description

Definition at line 35 of file apb_tlm.h.

Member Function Documentation

◆ clone()

tlm::tlm_extension_base * apb::apb_extension::clone ( ) const
inlineoverride

the clone function to create deep copies of

Returns
pointer to heap-allocated extension

Definition at line 114 of file apb_tlm.h.

◆ copy_from()

void apb::apb_extension::copy_from ( tlm::tlm_extension_base const &  ext)
inlineoverride

deep copy all values from ext

Parameters
ext

Definition at line 116 of file apb_tlm.h.


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