PSoC 6 Peripheral Driver Library
cy_stc_mpu_cfg_t Struct Reference

Description

Configuration structure for MPU Struct initialization.

Data Fields

uint32_t * address
 Base address of the memory region.
 
cy_en_prot_size_t regionSize
 Size of the memory region.
 
uint8_t subregions
 Mask of the 8 subregions to disable.
 
cy_en_prot_perm_t userPermission
 User permissions for the region.
 
cy_en_prot_perm_t privPermission
 Privileged permissions for the region.
 
bool secure
 Non Secure = 0, Secure = 1.