[][src]Struct rs64_periph::sp::MmioRegisterSet

pub struct MmioRegisterSet {
    pub status: Volatile<u32>,
    pub origin: Volatile<u32>,
    pub width: Volatile<u32>,
    pub v_intr: Volatile<u32>,
    pub v_current_line: Volatile<u32>,
    pub timing: Volatile<u32>,
    pub v_sync: Volatile<u32>,
    pub h_sync: Volatile<u32>,
    pub h_sync_leap: Volatile<u32>,
    pub h_video: Volatile<u32>,
    pub v_video: Volatile<u32>,
    pub v_burst: Volatile<u32>,
    pub x_scale: Volatile<u32>,
    pub y_scale: Volatile<u32>,
}

Fields

status: Volatile<u32>origin: Volatile<u32>width: Volatile<u32>v_intr: Volatile<u32>v_current_line: Volatile<u32>timing: Volatile<u32>v_sync: Volatile<u32>h_sync: Volatile<u32>h_sync_leap: Volatile<u32>h_video: Volatile<u32>v_video: Volatile<u32>v_burst: Volatile<u32>x_scale: Volatile<u32>y_scale: Volatile<u32>

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]