27#ifndef LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32680_ICC_H_
28#define LIBRARIES_PERIPHDRIVERS_INCLUDE_MAX32680_ICC_H_
Definition: icc_regs.h:76
void MXC_ICC_Enable(mxc_icc_regs_t *icc)
Enable the instruction cache controller.
void MXC_ICC_Flush(mxc_icc_regs_t *icc)
Flush the instruction cache controller.
mxc_icc_info_t
Enumeration type for the Cache ID Register.
Definition: icc.h:47
int MXC_ICC_ID(mxc_icc_regs_t *icc, mxc_icc_info_t cid)
Reads the data from the Cache Id Register.
void MXC_ICC_Disable(mxc_icc_regs_t *icc)
Disable the instruction cache controller.
Registers, Bit Masks and Bit Positions for the ICC Peripheral Module.