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

type LIPCR = Reg<u32, _LIPCR>;

Line Interrupt Position Configuration Register

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

For information about available fields see lipcr module

Trait Implementations

impl Readable for LIPCR[src]

read() method returns lipcr::R reader structure

impl ResetValue for LIPCR[src]

Register LIPCR reset()'s with value 0

type Type = u32

Register size

impl Writable for LIPCR[src]

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