Type Definition stm32f4::stm32f469::ltdc::SRCR[][src]

type SRCR = Reg<u32, _SRCR>;

Shadow Reload Configuration Register

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

For information about available fields see srcr module

Trait Implementations

impl Readable for SRCR[src]

read() method returns srcr::R reader structure

impl ResetValue for SRCR[src]

Register SRCR reset()'s with value 0

type Type = u32

Register size

impl Writable for SRCR[src]

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