[][src]Struct rv32m1_ri5cy_pac::SEMA420

pub struct SEMA420 { /* fields omitted */ }

sema42_ips

Methods

impl SEMA420[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

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

Trait Implementations

impl Deref for SEMA420[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for SEMA420[src]

Auto Trait Implementations

impl Unpin for SEMA420

impl !Sync for SEMA420

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]