![]() |
MAX78000 Peripheral Driver API
Peripheral Driver API for the MAX78000
|
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) |
| void MXC_ICC_Disable | ( | mxc_icc_regs_t * | icc | ) |
Disable the instruction cache controller.
| icc | Pointer to the Instuction Cache Controller registers. |
| void MXC_ICC_Enable | ( | mxc_icc_regs_t * | icc | ) |
Enable the instruction cache controller.
| icc | Pointer to the Instuction Cache Controller registers. |
| void MXC_ICC_Flush | ( | mxc_icc_regs_t * | icc | ) |
Flush the instruction cache controller.
| icc | Pointer to the Instuction Cache Controller registers. |
| int MXC_ICC_ID | ( | mxc_icc_regs_t * | icc, |
| mxc_icc_info_t | cid | ||
| ) |
Reads the data from the Cache Id Register.
| icc | Pointer to the Instuction Cache Controller registers. |
| cid | Enumeration type for Cache Id Register. |
| Returns | the contents of Cache Id Register. |