Software APIs
rram_ctrl_error_code Struct Reference

Error code bits. More...

#include <sw/device/silicon_creator/lib/drivers/rram_ctrl.h>

Data Fields

bool op_err
 Software has supplied an undefined RRAM operation.
 
bool mp_err
 RRAM access permission error.
 
bool rd_err
 RRAM read error, could be an integrity error.
 
bool wr_err
 RRAM write error.
 

Detailed Description

Error code bits.

Definition at line 294 of file rram_ctrl.h.

Field Documentation

◆ mp_err

bool rram_ctrl_error_code::mp_err

RRAM access permission error.

Read the ERR_ADDR register for the faulting address.

Definition at line 303 of file rram_ctrl.h.

◆ op_err

bool rram_ctrl_error_code::op_err

Software has supplied an undefined RRAM operation.

Definition at line 298 of file rram_ctrl.h.

◆ rd_err

bool rram_ctrl_error_code::rd_err

RRAM read error, could be an integrity error.

Definition at line 307 of file rram_ctrl.h.

◆ wr_err

bool rram_ctrl_error_code::wr_err

RRAM write error.

Definition at line 311 of file rram_ctrl.h.