Struct stm32f30x_memory_map::rcc::CrR [] [src]

pub struct CrR { /* fields omitted */ }

Methods

impl CrR
[src]

Bit 0 - Internal High Speed clock enable

Bit 1 - Internal High Speed clock ready flag

Bits 3:7 - Internal High Speed clock trimming

Bits 8:15 - Internal High Speed clock Calibration

Bit 16 - External High Speed clock enable

Bit 17 - External High Speed clock ready flag

Bit 18 - External High Speed clock Bypass

Bit 19 - Clock Security System enable

Bit 24 - PLL enable

Bit 25 - PLL clock ready flag

Trait Implementations

impl Clone for CrR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CrR
[src]