[][src]Struct rza1::gpio::psr4::PSR41R

pub struct PSR41R { /* fields omitted */ }
This is supported on crate feature gpio only.

Value of the field

Implementations

impl PSR41R[src]

pub fn bit(&self) -> bool[src]

This is supported on crate feature gpio only.

Value of the field as raw bits

pub fn bit_is_clear(&self) -> bool[src]

This is supported on crate feature gpio only.

Returns true if the bit is clear (0)

pub fn bit_is_set(&self) -> bool[src]

This is supported on crate feature gpio only.

Returns true if the bit is set (1)

Auto Trait Implementations

impl Send for PSR41R

impl Sync for PSR41R

impl Unpin for PSR41R

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.