Struct scrapyard_core::mcu::MCU[][src]

pub struct MCU {
    pub memory: Vec<Memory>,
    pub frequency: Frequency,
    pub core: Core,
    pub name: String,
    pub package: Package,
    pub ips: Vec<IP>,
    pub pins: Vec<Pin>,
    pub platform: Platform,
}

Fields

Methods

impl MCU
[src]

Trait Implementations

impl Debug for MCU
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MCU

impl Sync for MCU