Struct stm32l0x2::RCC [] [src]

pub struct RCC { /* fields omitted */ }

Reset and clock control

Methods

impl RCC
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for RCC
[src]

impl Deref for RCC
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for RCC