Struct stm32f0x0_hal::flash::Parts[][src]

pub struct Parts {
    pub acr: ACR,
}

Constrained FLASH peripheral

Fields

Opaque ACR register

Auto Trait Implementations

impl Send for Parts

impl Sync for Parts