[][src]Type Definition stm32f3::stm32f303::rcc::CSR

type CSR = Reg<u32, _CSR>;

Control/status register (RCC_CSR)

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see csr module

Trait Implementations

impl Readable for CSR[src]

read() method returns csr::R reader structure

impl ResetValue for CSR[src]

Register CSR reset()'s with value 0x0c00_0000

type Type = u32

Register size

impl Writable for CSR[src]

write(|w| ..) method takes csr::W writer structure