[][src]Type Definition stm32f4::stm32f407::ltdc::BPCR

type BPCR = Reg<u32, _BPCR>;

Back Porch Configuration Register

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

For information about available fields see bpcr module

Trait Implementations

impl Readable for BPCR[src]

read() method returns bpcr::R reader structure

impl ResetValue for BPCR[src]

Register BPCR reset()'s with value 0

type Type = u32

Register size

impl Writable for BPCR[src]

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