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

type BGCOLR = Reg<u32, _BGCOLR>;

background color register

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

For information about available fields see bgcolr module

Trait Implementations

impl Readable for BGCOLR[src]

read() method returns bgcolr::R reader structure

impl ResetValue for BGCOLR[src]

Register BGCOLR reset()'s with value 0

type Type = u32

Register size

impl Writable for BGCOLR[src]

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