Struct stm32f105xx::BKP [] [src]

pub struct BKP { /* fields omitted */ }

Backup registers

Methods

impl BKP
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for BKP
[src]

impl Deref for BKP
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for BKP