27#ifndef LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32672_ICC_H_
28#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32672_ICC_H_
void MXC_ICC_Disable(void)
Disable the instruction cache controller.
void MXC_ICC_Enable(void)
Enable the instruction cache controller.
int MXC_ICC_ID(mxc_icc_info_t cid)
Reads the data from the Cache Id Register.
void MXC_ICC_Flush(void)
Flush the instruction cache controller.
mxc_icc_info_t
Enumeration type for the Cache ID Register.
Definition: icc.h:47
@ ICC_INFO_RELNUM
Identifies the RTL release version.
Definition: icc.h:48
@ ICC_INFO_ID
Specifies the value of Cache ID.
Definition: icc.h:50
@ ICC_INFO_PARTNUM
Specifies the value of C_ID Port Number.
Definition: icc.h:49
Registers, Bit Masks and Bit Positions for the ICC Peripheral Module.