Struct stm32f103xx::BKP[][src]

pub struct BKP { /* fields omitted */ }
[]

Backup registers

Methods

impl BKP
[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.

[]

Dereferences the value.

Auto Trait Implementations

impl !Sync for BKP