![]() |
NMSIS-Core
Version 1.4.0
NMSIS-Core support for Nuclei processor-based devices
|
Union type to access MTVEC CSR register. More...
Data Fields | |
struct { | |
rv_csr_t mode:6 | |
bit: 0..5 interrupt mode control More... | |
rv_csr_t addr:__RISCV_XLEN-6 | |
bit: 6..XLEN-1 mtvec address More... | |
} | b |
Structure used for bit access. More... | |
rv_csr_t | d |
Type used for csr data access. More... | |
Union type to access MTVEC CSR register.
Definition at line 172 of file core_feature_base.h.
rv_csr_t CSR_MTVEC_Type::addr |
bit: 6..XLEN-1 mtvec address
Definition at line 175 of file core_feature_base.h.
struct { ... } CSR_MTVEC_Type::b |
Structure used for bit access.
rv_csr_t CSR_MTVEC_Type::d |
Type used for csr data access.
Definition at line 177 of file core_feature_base.h.
rv_csr_t CSR_MTVEC_Type::mode |
bit: 0..5 interrupt mode control
Definition at line 174 of file core_feature_base.h.