MAX32665 Peripheral Driver API
Peripheral Driver API for the MAX32665
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_info_t cid)
 
void MXC_ICC_Enable (void)
 
void MXC_ICC_Disable (void)
 
void MXC_ICC_Flush (void)
 
int MXC_ICC_IDInst (mxc_icc_regs_t *icc, mxc_icc_info_t cid)
 
void MXC_ICC_EnableInst (mxc_icc_regs_t *icc)
 
void MXC_ICC_DisableInst (mxc_icc_regs_t *icc)
 
void MXC_ICC_FlushInst (mxc_icc_regs_t *icc)
 

Detailed Description

Enumeration Type Documentation

◆ mxc_icc_info_t

Enumeration type for the Cache ID Register.

Enumerator
ICC_INFO_RELNUM 

Identifies the RTL release version.

ICC_INFO_PARTNUM 

Specifies the value of C_ID Port Number.

ICC_INFO_ID 

Specifies the value of Cache ID.

Function Documentation

◆ MXC_ICC_DisableInst()

void MXC_ICC_DisableInst ( mxc_icc_regs_t icc)

Disables one of the ICC's.

Parameters
iccPointer to ICC instance to disable.

◆ MXC_ICC_EnableInst()

void MXC_ICC_EnableInst ( mxc_icc_regs_t icc)

Enables one of the ICC's.

Parameters
iccPointer to ICC instance to enable.

◆ MXC_ICC_FlushInst()

void MXC_ICC_FlushInst ( mxc_icc_regs_t icc)

Flushes data from one of the ICC's.

Parameters
iccPointer to ICC instance to flush.

◆ MXC_ICC_ID()

int MXC_ICC_ID ( mxc_icc_info_t  cid)

Reads the data from the Cache Id Register.

Parameters
cidEnumeration type for Cache Id Register.
Return values
Returnsthe contents of Cache Id Register.

◆ MXC_ICC_IDInst()

int MXC_ICC_IDInst ( mxc_icc_regs_t icc,
mxc_icc_info_t  cid 
)

Reads ID information from one of the ICC's Cache ID Register.

Parameters
iccPointer ICC instance to get ID information from.
cidSelects what information to get from the Cache ID Register
Return values
Returnsthe selected value from the Cache ID Register.