Type Alias EarlGreyChip

Source
pub type EarlGreyChip = EarlGrey<'static, { <EPMPDebugConfig as earlgrey::epmp::EPMPDebugConfig>::TOR_USER_REGIONS }, EarlGreyDefaultPeripherals<'static, ChipConfig, BoardPinmuxLayout>, ChipConfig, BoardPinmuxLayout, EarlGreyEPMP<{ EPMP_HANDOVER_CONFIG_CHECK }, EPMPDebugConfig>>;

Aliased Type§

struct EarlGreyChip {
    pub mpu: PMPUserMPU<4, EarlGreyEPMP<false, EPMPDebugEnable>>,
    /* private fields */
}

Fields§

§mpu: PMPUserMPU<4, EarlGreyEPMP<false, EPMPDebugEnable>>