Struct stm32f30x_hal::flash::Parts [] [src]

pub struct Parts {
    pub acr: ACR,
}

Constrained FLASH peripheral

Fields

Opaque ACR register

Trait Implementations

Auto Trait Implementations

impl Send for Parts

impl Sync for Parts