Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Associative purge of target area
  Function Name  
CSH_Purge
No
3

 
format void CSH_Purge (void * address, Uint32 p_size) Input * address: Start address p : purge byte count Output None Function value None Function Purges the area for the number of bytes p_size from address address address.


1.3 Function format macro list

 Function 
 Functional macro name 
 number 
 Low level 
 Get cash register 
 CSH_GET_CCR 
1
 Cache register setting 
 CSH_SET_CCR 
2
 Cache enable control 
 CSH_SET_ENABLE 
 3 
 Instruction fill control 
 CSH_SET_COPY_FILL 
 4 
 Data Fill Control 
 CSH_SET_DATA_FILL 
 5 
 2, 4-way set associative 
Switching active
 CSH_SET_WAY_MODE 
6
 Address array access 
Select way
 CSH_SET_ACS_WAY 
7

1.4 Function format macro specification

Low level

  Title  
Function specifications
  Function  
Get cash register
  Function Name  
CSH_GetCcr
No
1

 
format Uint16 CSH_GetCcr (void) Input None Output None Function value Contents of cash register Function Gets the contents of CCR and returns it as a function value.


Return to previous page Return to menu Go to next page