Struct alt_stm32f30x_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