[][src]Struct rv32m1_ri5cy_pac::sema420::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub gate3: GATE,
    pub gate2: GATE,
    pub gate1: GATE,
    pub gate0: GATE,
    pub gate7: GATE,
    pub gate6: GATE,
    pub gate5: GATE,
    pub gate4: GATE,
    pub gate11: GATE,
    pub gate10: GATE,
    pub gate9: GATE,
    pub gate8: GATE,
    pub gate15: GATE,
    pub gate14: GATE,
    pub gate13: GATE,
    pub gate12: GATE,
    // some fields omitted
}

Register block

Fields

gate3: GATE

0x00 - Gate Register

gate2: GATE

0x01 - Gate Register

gate1: GATE

0x02 - Gate Register

gate0: GATE

0x03 - Gate Register

gate7: GATE

0x04 - Gate Register

gate6: GATE

0x05 - Gate Register

gate5: GATE

0x06 - Gate Register

gate4: GATE

0x07 - Gate Register

gate11: GATE

0x08 - Gate Register

gate10: GATE

0x09 - Gate Register

gate9: GATE

0x0a - Gate Register

gate8: GATE

0x0b - Gate Register

gate15: GATE

0x0c - Gate Register

gate14: GATE

0x0d - Gate Register

gate13: GATE

0x0e - Gate Register

gate12: GATE

0x0f - Gate Register

Methods

impl RegisterBlock[src]

pub fn rstgt_w(&self) -> &RSTGT_W[src]

0x42 - Reset Gate Write

pub fn rstgt_w_mut(&self) -> &mut RSTGT_W[src]

0x42 - Reset Gate Write

pub fn rstgt_r(&self) -> &RSTGT_R[src]

0x42 - Reset Gate Read

pub fn rstgt_r_mut(&self) -> &mut RSTGT_R[src]

0x42 - Reset Gate Read

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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