Struct stm32f30x_memory_map::rcc::CrW [] [src]

pub struct CrW { /* fields omitted */ }

Methods

impl CrW
[src]

Reset value

Bit 0 - Internal High Speed clock enable

Bits 3:7 - Internal High Speed clock trimming

Bit 16 - External High Speed clock enable

Bit 18 - External High Speed clock Bypass

Bit 19 - Clock Security System enable

Bit 24 - PLL enable

Trait Implementations

impl Clone for CrW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CrW
[src]