Struct stm32f0x0::rcc::CSR[][src]

pub struct CSR { /* fields omitted */ }

Control/status register (RCC_CSR)

Methods

impl CSR
[src]

Modifies the contents of the register

Reads the contents of the register

Writes to the register

Writes the reset value to the register

Auto Trait Implementations

impl Send for CSR

impl !Sync for CSR