![]() |
MAX32665 Peripheral Driver API
Peripheral Driver API for the MAX32665
|
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) |
| enum mxc_icc_info_t |
| void MXC_ICC_DisableInst | ( | mxc_icc_regs_t * | icc | ) |
Disables one of the ICC's.
| icc | Pointer to ICC instance to disable. |
| void MXC_ICC_EnableInst | ( | mxc_icc_regs_t * | icc | ) |
Enables one of the ICC's.
| icc | Pointer to ICC instance to enable. |
| void MXC_ICC_FlushInst | ( | mxc_icc_regs_t * | icc | ) |
Flushes data from one of the ICC's.
| icc | Pointer to ICC instance to flush. |
| int MXC_ICC_ID | ( | mxc_icc_info_t | cid | ) |
Reads the data from the Cache Id Register.
| cid | Enumeration type for Cache Id Register. |
| Returns | the contents of Cache Id Register. |
| 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.
| icc | Pointer ICC instance to get ID information from. |
| cid | Selects what information to get from the Cache ID Register |
| Returns | the selected value from the Cache ID Register. |