MAX78000 Peripheral Driver API
Peripheral Driver API for the MAX78000
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
ICC

Modules

 ICC_Registers
 

Enumerations

enum  mxc_icc_info_t
 

Functions

int MXC_ICC_ID (mxc_icc_regs_t *icc, mxc_icc_info_t cid)
 
void MXC_ICC_Enable (mxc_icc_regs_t *icc)
 
void MXC_ICC_Disable (mxc_icc_regs_t *icc)
 
void MXC_ICC_Flush (mxc_icc_regs_t *icc)
 

Detailed Description

Function Documentation

◆ MXC_ICC_Disable()

void MXC_ICC_Disable ( mxc_icc_regs_t icc)

Disable the instruction cache controller.

Parameters
iccPointer to the Instuction Cache Controller registers.

◆ MXC_ICC_Enable()

void MXC_ICC_Enable ( mxc_icc_regs_t icc)

Enable the instruction cache controller.

Parameters
iccPointer to the Instuction Cache Controller registers.

◆ MXC_ICC_Flush()

void MXC_ICC_Flush ( mxc_icc_regs_t icc)

Flush the instruction cache controller.

Parameters
iccPointer to the Instuction Cache Controller registers.

◆ MXC_ICC_ID()

int MXC_ICC_ID ( mxc_icc_regs_t icc,
mxc_icc_info_t  cid 
)

Reads the data from the Cache Id Register.

Parameters
iccPointer to the Instuction Cache Controller registers.
cidEnumeration type for Cache Id Register.
Return values
Returnsthe contents of Cache Id Register.