The type DCAHCE describes the data sector caching
structure. The structure is defined in the file File_Config.h
as follows:
typedef struct dcache {
U32 sect; /* Working Data sector number */
U32 csect; /* Data Cache starting sector number */
U8 *buf; /* Working Data sector buffer */
U8 *cbuf; /* Data Cache sector buffer */
U8 nwr; /* Number of buffered write sectors */
U8 nrd; /* Number of cached read sectors */
} DCACHE;
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.