[][src]Struct rza1::intc::icdiser2::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 usbi0(&self) -> USBI0R[src]

This is supported on crate feature intc only.

Bit 9

pub fn usbi1(&self) -> USBI1R[src]

This is supported on crate feature intc only.

Bit 10

pub fn s0_vi_vsync0(&self) -> S0_VI_VSYNC0R[src]

This is supported on crate feature intc only.

Bit 11

pub fn s0_lo_vsync0(&self) -> S0_LO_VSYNC0R[src]

This is supported on crate feature intc only.

Bit 12

pub fn s0_vsyncerr0(&self) -> S0_VSYNCERR0R[src]

This is supported on crate feature intc only.

Bit 13

pub fn gr3_vline0(&self) -> GR3_VLINE0R[src]

This is supported on crate feature intc only.

Bit 14

pub fn s0_vfield0(&self) -> S0_VFIELD0R[src]

This is supported on crate feature intc only.

Bit 15

pub fn iv1_vbuferr0(&self) -> IV1_VBUFERR0R[src]

This is supported on crate feature intc only.

Bit 16

pub fn iv3_vbuferr0(&self) -> IV3_VBUFERR0R[src]

This is supported on crate feature intc only.

Bit 17

pub fn iv5_vbuferr0(&self) -> IV5_VBUFERR0R[src]

This is supported on crate feature intc only.

Bit 18

pub fn iv6_vbuferr0(&self) -> IV6_VBUFERR0R[src]

This is supported on crate feature intc only.

Bit 19

pub fn s0_wline0(&self) -> S0_WLINE0R[src]

This is supported on crate feature intc only.

Bit 20

pub fn s1_vi_vsync0(&self) -> S1_VI_VSYNC0R[src]

This is supported on crate feature intc only.

Bit 21

pub fn s1_lo_vsync0(&self) -> S1_LO_VSYNC0R[src]

This is supported on crate feature intc only.

Bit 22

pub fn s1_vsyncerr0(&self) -> S1_VSYNCERR0R[src]

This is supported on crate feature intc only.

Bit 23

pub fn s1_vfield0(&self) -> S1_VFIELD0R[src]

This is supported on crate feature intc only.

Bit 24

pub fn iv2_vbuferr0(&self) -> IV2_VBUFERR0R[src]

This is supported on crate feature intc only.

Bit 25

pub fn iv4_vbuferr0(&self) -> IV4_VBUFERR0R[src]

This is supported on crate feature intc only.

Bit 26

pub fn s1_wline0(&self) -> S1_WLINE0R[src]

This is supported on crate feature intc only.

Bit 27

pub fn oir_vi_vsync0(&self) -> OIR_VI_VSYNC0R[src]

This is supported on crate feature intc only.

Bit 28

pub fn oir_lo_vsync0(&self) -> OIR_LO_VSYNC0R[src]

This is supported on crate feature intc only.

Bit 29

pub fn oir_vsyncerr0(&self) -> OIR_VSYNCERR0R[src]

This is supported on crate feature intc only.

Bit 30

pub fn oir_vfield0(&self) -> OIR_VFIELD0R[src]

This is supported on crate feature intc only.

Bit 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.