Struct stm32f105xx::SCB [] [src]

pub struct SCB { /* fields omitted */ }

System Control Block

Methods

impl SCB
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for SCB
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl Send for SCB
[src]

Auto Trait Implementations

impl !Sync for SCB