Struct stm32l4x6_hal::flash::Parts [] [src]

pub struct Parts {
    pub acr: ACR,
}

Constrained FLASH peripheral

Fields

Opaque ACR register

Trait Implementations

impl Constrain<Parts> for FLASH
[src]

[src]

Constrains the peripheral to play nicely with the other abstractions

Auto Trait Implementations

impl Send for Parts

impl Sync for Parts