[][src]Type Definition stm32f4::stm32f469::dsihost::DSI_GPDR

type DSI_GPDR = Reg<u32, _DSI_GPDR>;

DSI Host Generic Payload Data Register

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

For information about available fields see dsi_gpdr module

Trait Implementations

impl Readable for DSI_GPDR[src]

read() method returns dsi_gpdr::R reader structure

impl ResetValue for DSI_GPDR[src]

Register DSI_GPDR reset()'s with value 0

type Type = u32

Register size

impl Writable for DSI_GPDR[src]

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