OpenOCD
nds32_cache Struct Reference

Data Fields

bool enable
 enable cache or not More...
 
int line_size
 cache line size More...
 
bool lock_support
 cache locking support More...
 
int set
 cache sets per way More...
 
int way
 cache ways More...
 

Detailed Description

Definition at line 95 of file nds32.h.

Field Documentation

◆ enable

bool nds32_cache::enable

enable cache or not

Definition at line 98 of file nds32.h.

Referenced by COMMAND_HANDLER(), nds32_cache_sync(), nds32_update_cache_info(), and nds32_v3_write_buffer().

◆ line_size

int nds32_cache::line_size

◆ lock_support

bool nds32_cache::lock_support

cache locking support

Definition at line 110 of file nds32.h.

Referenced by nds32_init_memory_config().

◆ set

int nds32_cache::set

cache sets per way

Definition at line 101 of file nds32.h.

Referenced by nds32_init_memory_config().

◆ way

int nds32_cache::way

cache ways

Definition at line 104 of file nds32.h.

Referenced by nds32_init_memory_config().


The documentation for this struct was generated from the following file: