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

type DSI_PSR = Reg<u32, _DSI_PSR>;

DSI Host PHY Status Register

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

For information about available fields see dsi_psr module

Trait Implementations

impl Readable for DSI_PSR[src]

read() method returns dsi_psr::R reader structure

impl ResetValue for DSI_PSR[src]

Register DSI_PSR reset()'s with value 0x1528

type Type = u32

Register size

impl Writable for DSI_PSR[src]

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