Software APIs
rram_ctrl_status Struct Reference

Status bits. More...

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

Data Fields

bool rd_full
 RRAM read FIFO full, software must consume data.
 
bool rd_empty
 RRAM read FIFO empty.
 
bool wr_full
 RRAM write FIFO full.
 
bool wr_empty
 RRAM write FIFO empty, software must provide data.
 
bool init_done
 RRAM controller undergoing init.
 

Detailed Description

Status bits.

Definition at line 261 of file rram_ctrl.h.

Field Documentation

◆ init_done

bool rram_ctrl_status::init_done

RRAM controller undergoing init.

Definition at line 281 of file rram_ctrl.h.

◆ rd_empty

bool rram_ctrl_status::rd_empty

RRAM read FIFO empty.

Definition at line 269 of file rram_ctrl.h.

◆ rd_full

bool rram_ctrl_status::rd_full

RRAM read FIFO full, software must consume data.

Definition at line 265 of file rram_ctrl.h.

◆ wr_empty

bool rram_ctrl_status::wr_empty

RRAM write FIFO empty, software must provide data.

Definition at line 277 of file rram_ctrl.h.

◆ wr_full

bool rram_ctrl_status::wr_full

RRAM write FIFO full.

Definition at line 273 of file rram_ctrl.h.