[][src]Struct rza1::intc::icdipr132::R

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

Value read from the register

Implementations

impl R[src]

pub fn bits(&self) -> u32[src]

This is supported on crate feature intc only.

Value of the register as raw bits

pub fn tint112(&self) -> TINT112R[src]

This is supported on crate feature intc only.

Bits 0:7

pub fn tint113(&self) -> TINT113R[src]

This is supported on crate feature intc only.

Bits 8:15

pub fn tint114(&self) -> TINT114R[src]

This is supported on crate feature intc only.

Bits 16:23

pub fn tint115(&self) -> TINT115R[src]

This is supported on crate feature intc only.

Bits 24:31

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.