MTB CAT1 Peripheral driver library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages

General Description

Macros

#define CY_MPC_ID   (CY_PDL_DRV_ID(0x60U))
 The MPC driver identifier. More...
 
#define CY_MPC_DRV_VERSION_MAJOR   1
 Driver major version.
 
#define CY_MPC_DRV_VERSION_MINOR   1
 Driver minor version.
 
#define CY_MPC_GET_BLOCK_SIZE(region)   (1UL << ((uint32_t)region + 5UL))
 Get size of block for a particular region size.
 
#define CY_MPC_GET_BLOCK_INDEX(offset, region)   (offset/CY_MPC_GET_BLOCK_SIZE(region))
 Get index of a block for a particular address offset and region size.
 

Macro Definition Documentation

◆ CY_MPC_ID

#define CY_MPC_ID   (CY_PDL_DRV_ID(0x60U))

The MPC driver identifier.

MPC driver ID