sie
Supervisor interrupt-enable register
Supervisor interrupt-enable register.
Fields
SSIE
- Location
-
sie[1] - Description
-
Supervisor Software Interrupt Enable
- Type
RW-R |
Read-Write Restricted Field is writable by software. Only certain values are legal. Writing an illegal value into the field is ignored, and the field retains its prior state. |
- Reset value
-
UNDEFINED_LEGAL
- Software write
-
This field has special behavior when written by software (e.g., through csrrw).
When software tries to write
csr_value, the field will be written with the return value of the function below.
STIE
- Location
-
sie[5] - Description
-
Supervisor Timer Interrupt Enable
- Type
RW-R |
Read-Write Restricted Field is writable by software. Only certain values are legal. Writing an illegal value into the field is ignored, and the field retains its prior state. |
- Reset value
-
UNDEFINED_LEGAL
- Software write
-
This field has special behavior when written by software (e.g., through csrrw).
When software tries to write
csr_value, the field will be written with the return value of the function below.
SEIE
- Location
-
sie[9] - Description
-
Supervisor External Interrupt Enable
- Type
RW-R |
Read-Write Restricted Field is writable by software. Only certain values are legal. Writing an illegal value into the field is ignored, and the field retains its prior state. |
- Reset value
-
UNDEFINED_LEGAL
- Software write
-
This field has special behavior when written by software (e.g., through csrrw).
When software tries to write
csr_value, the field will be written with the return value of the function below.
LCOFIE
- Location
-
sie[13] - Description
-
Local Counter Overflow Interrupt Enable
- Type
RW-R |
Read-Write Restricted Field is writable by software. Only certain values are legal. Writing an illegal value into the field is ignored, and the field retains its prior state. |
- Reset value
-
UNDEFINED_LEGAL
- Software write
-
This field has special behavior when written by software (e.g., through csrrw).
When software tries to write
csr_value, the field will be written with the return value of the function below.
Software read
This CSR may return a value that is different from what is stored in hardware.
-
Pruned
-
Original
return $bits(CSR[CSR[mie]]) & $bits(CSR[CSR[mideleg]]);
return $bits(CSR[CSR[mie]]) & $bits(CSR[CSR[mideleg]]);