[][src]Type Definition stm32f4::stm32f469::ltdc::layer::DCCR

type DCCR = Reg<u32, _DCCR>;

Layerx Default Color Configuration Register

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

For information about available fields see dccr module

Trait Implementations

impl Readable for DCCR[src]

read() method returns dccr::R reader structure

impl ResetValue for DCCR[src]

Register DCCR reset()'s with value 0

type Type = u32

Register size

impl Writable for DCCR[src]

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