Struct stm32l0x1::rcc::cier::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 7 - LSE CSS interrupt flag

Bit 5 - MSI ready interrupt flag

Bit 4 - PLL ready interrupt flag

Bit 3 - HSE ready interrupt flag

Bit 2 - HSI16 ready interrupt flag

Bit 1 - LSE ready interrupt flag

Bit 0 - LSI ready interrupt flag

Auto Trait Implementations

impl Send for R

impl Sync for R