Type Definition stm32f4::stm32f407::otg_fs_global::CID[][src]

type CID = Reg<u32, _CID>;

core ID register

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

For information about available fields see cid module

Trait Implementations

impl Readable for CID[src]

read() method returns cid::R reader structure

impl ResetValue for CID[src]

Register CID reset()'s with value 0x1000

type Type = u32

Register size

impl Writable for CID[src]

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