![]() |
Synergy Software Package User's Manual
|
Macros | |
| #define | BSP_ROM_REG_OFS1_SETTING (((uint32_t)BSP_CFG_ROM_REG_OFS1 & 0xFFFFF9FFU) | ((uint32_t)BSP_CFG_HOCO_FREQUENCY << 9)) |
| #define | BSP_ROM_REG_MPU_CONTROL_SETTING |
Defines MCU registers that are in ROM (e.g. OFS) and must be set at compile-time. All registers can be set using bsp_cfg.h.
| #define BSP_ROM_REG_MPU_CONTROL_SETTING |
Build up SECMPUAC register based on MPU settings.
| #define BSP_ROM_REG_OFS1_SETTING (((uint32_t)BSP_CFG_ROM_REG_OFS1 & 0xFFFFF9FFU) | ((uint32_t)BSP_CFG_HOCO_FREQUENCY << 9)) |
OR in the HOCO frequency setting from bsp_clock_cfg.h with the OFS1 setting from bsp_cfg.h.