![]() |
MAX32650 Peripheral Driver API
Peripheral Driver API for the MAX32650
|
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 ID information from the MXC_ICC0 Cache ID Register.
cid | Selects what information to get from the MXC_ICC0 Cache ID Register |
Returns | the selected value from the MXC_ICC0 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. |