[][src]Type Definition stm32f4::stm32f469::dma2d::FGCOLR

type FGCOLR = Reg<u32, _FGCOLR>;

foreground color register

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

For information about available fields see fgcolr module

Trait Implementations

impl Readable for FGCOLR[src]

read() method returns fgcolr::R reader structure

impl ResetValue for FGCOLR[src]

Register FGCOLR reset()'s with value 0

type Type = u32

Register size

impl Writable for FGCOLR[src]

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