[][src]Type Definition stm32f3_copterust::stm32f3x8::syscfg::CFGR4

type CFGR4 = Reg<u32, _CFGR4>;

configuration register 4

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

For information about available fields see cfgr4 module

Trait Implementations

impl Readable for CFGR4[src]

read() method returns cfgr4::R reader structure

impl ResetValue for CFGR4[src]

Register CFGR4 reset()'s with value 0

type Type = u32

Register size

impl Writable for CFGR4[src]

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