Struct stm32f7::stm32f7x9::DSI [−][src]
pub struct DSI { /* fields omitted */ }
DSI Host
Methods
impl DSI
[src]
impl DSI
pub fn ptr() -> *const RegisterBlock
[src]
pub fn ptr() -> *const RegisterBlock
Returns a pointer to the register block
Trait Implementations
impl Send for DSI
[src]
impl Send for DSI
impl Deref for DSI
[src]
impl Deref for DSI
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &RegisterBlock
[src]
fn deref(&self) -> &RegisterBlock
Dereferences the value.