Type Definition stm32f4::stm32f407::ltdc::layer::PFCR[][src]

type PFCR = Reg<u32, _PFCR>;

Layerx Pixel Format Configuration Register

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

For information about available fields see pfcr module

Trait Implementations

impl Readable for PFCR[src]

read() method returns pfcr::R reader structure

impl ResetValue for PFCR[src]

Register PFCR reset()'s with value 0

type Type = u32

Register size

impl Writable for PFCR[src]

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