Struct stm32f103xx::PWR[][src]

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

Power control

Methods

impl PWR
[src]
[]

[]

Returns a pointer to the register block

Trait Implementations

impl Send for PWR
[src]

impl Deref for PWR
[src]
[+]

The resulting type after dereferencing.

[]

Dereferences the value.

Auto Trait Implementations

impl !Sync for PWR