[][src]Type Definition stm32f4::stm32f469::ltdc::GCR

type GCR = Reg<u32, _GCR>;

Global Control Register

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

For information about available fields see gcr module

Trait Implementations

impl Readable for GCR[src]

read() method returns gcr::R reader structure

impl ResetValue for GCR[src]

Register GCR reset()'s with value 0x2220

type Type = u32

Register size

impl Writable for GCR[src]

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