MAX32660 Peripheral Driver API
Peripheral Driver API for the MAX32660
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules
icc_regs.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  mxc_icc_regs_t
 

Macros

#define MXC_R_ICC_CACHE_ID   ((uint32_t)0x00000000UL)
 
#define MXC_R_ICC_MEM_SIZE   ((uint32_t)0x00000004UL)
 
#define MXC_R_ICC_CACHE_CTRL   ((uint32_t)0x00000100UL)
 
#define MXC_R_ICC_INVALIDATE   ((uint32_t)0x00000700UL)
 
#define MXC_F_ICC_CACHE_ID_RELNUM_POS   0
 
#define MXC_F_ICC_CACHE_ID_RELNUM   ((uint32_t)(0x3FUL << MXC_F_ICC_CACHE_ID_RELNUM_POS))
 
#define MXC_F_ICC_CACHE_ID_PARTNUM_POS   6
 
#define MXC_F_ICC_CACHE_ID_PARTNUM   ((uint32_t)(0xFUL << MXC_F_ICC_CACHE_ID_PARTNUM_POS))
 
#define MXC_F_ICC_CACHE_ID_CCHID_POS   10
 
#define MXC_F_ICC_CACHE_ID_CCHID   ((uint32_t)(0x3FUL << MXC_F_ICC_CACHE_ID_CCHID_POS))
 
#define MXC_F_ICC_MEM_SIZE_CCHSZ_POS   0
 
#define MXC_F_ICC_MEM_SIZE_CCHSZ   ((uint32_t)(0xFFFFUL << MXC_F_ICC_MEM_SIZE_CCHSZ_POS))
 
#define MXC_F_ICC_MEM_SIZE_MEMSZ_POS   16
 
#define MXC_F_ICC_MEM_SIZE_MEMSZ   ((uint32_t)(0xFFFFUL << MXC_F_ICC_MEM_SIZE_MEMSZ_POS))
 
#define MXC_F_ICC_CACHE_CTRL_ENABLE_POS   0
 
#define MXC_F_ICC_CACHE_CTRL_ENABLE   ((uint32_t)(0x1UL << MXC_F_ICC_CACHE_CTRL_ENABLE_POS))
 
#define MXC_F_ICC_CACHE_CTRL_READY_POS   16
 
#define MXC_F_ICC_CACHE_CTRL_READY   ((uint32_t)(0x1UL << MXC_F_ICC_CACHE_CTRL_READY_POS))
 

Detailed Description

Registers, Bit Masks and Bit Positions for the ICC Peripheral Module.

Note
This file is @generated.