Type Definition stm32f4::stm32f469::pwr::CSR[][src]

type CSR = Reg<u32, _CSR>;

power control/status register

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 0

type Type = u32

Register size

impl Writable for CSR[src]

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