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...
 

Detailed Description

Union type to access MTVEC CSR register.

Definition at line 172 of file core_feature_base.h.

Field Documentation

◆ addr

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.

◆ d

rv_csr_t CSR_MTVEC_Type::d

Type used for csr data access.

Definition at line 177 of file core_feature_base.h.

◆ mode

rv_csr_t CSR_MTVEC_Type::mode

bit: 0..5 interrupt mode control

Definition at line 174 of file core_feature_base.h.