[][src]Struct rza1::intc::icdiser2::W

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

Value to write to the register

Implementations

impl W[src]

pub fn reset_value() -> W[src]

This is supported on crate feature intc only.

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

This is supported on crate feature intc only.

Writes raw bits to the register

pub fn usbi0(&mut self) -> _USBI0W<'_>[src]

This is supported on crate feature intc only.

Bit 9

pub fn usbi1(&mut self) -> _USBI1W<'_>[src]

This is supported on crate feature intc only.

Bit 10

pub fn s0_vi_vsync0(&mut self) -> _S0_VI_VSYNC0W<'_>[src]

This is supported on crate feature intc only.

Bit 11

pub fn s0_lo_vsync0(&mut self) -> _S0_LO_VSYNC0W<'_>[src]

This is supported on crate feature intc only.

Bit 12

pub fn s0_vsyncerr0(&mut self) -> _S0_VSYNCERR0W<'_>[src]

This is supported on crate feature intc only.

Bit 13

pub fn gr3_vline0(&mut self) -> _GR3_VLINE0W<'_>[src]

This is supported on crate feature intc only.

Bit 14

pub fn s0_vfield0(&mut self) -> _S0_VFIELD0W<'_>[src]

This is supported on crate feature intc only.

Bit 15

pub fn iv1_vbuferr0(&mut self) -> _IV1_VBUFERR0W<'_>[src]

This is supported on crate feature intc only.

Bit 16

pub fn iv3_vbuferr0(&mut self) -> _IV3_VBUFERR0W<'_>[src]

This is supported on crate feature intc only.

Bit 17

pub fn iv5_vbuferr0(&mut self) -> _IV5_VBUFERR0W<'_>[src]

This is supported on crate feature intc only.

Bit 18

pub fn iv6_vbuferr0(&mut self) -> _IV6_VBUFERR0W<'_>[src]

This is supported on crate feature intc only.

Bit 19

pub fn s0_wline0(&mut self) -> _S0_WLINE0W<'_>[src]

This is supported on crate feature intc only.

Bit 20

pub fn s1_vi_vsync0(&mut self) -> _S1_VI_VSYNC0W<'_>[src]

This is supported on crate feature intc only.

Bit 21

pub fn s1_lo_vsync0(&mut self) -> _S1_LO_VSYNC0W<'_>[src]

This is supported on crate feature intc only.

Bit 22

pub fn s1_vsyncerr0(&mut self) -> _S1_VSYNCERR0W<'_>[src]

This is supported on crate feature intc only.

Bit 23

pub fn s1_vfield0(&mut self) -> _S1_VFIELD0W<'_>[src]

This is supported on crate feature intc only.

Bit 24

pub fn iv2_vbuferr0(&mut self) -> _IV2_VBUFERR0W<'_>[src]

This is supported on crate feature intc only.

Bit 25

pub fn iv4_vbuferr0(&mut self) -> _IV4_VBUFERR0W<'_>[src]

This is supported on crate feature intc only.

Bit 26

pub fn s1_wline0(&mut self) -> _S1_WLINE0W<'_>[src]

This is supported on crate feature intc only.

Bit 27

pub fn oir_vi_vsync0(&mut self) -> _OIR_VI_VSYNC0W<'_>[src]

This is supported on crate feature intc only.

Bit 28

pub fn oir_lo_vsync0(&mut self) -> _OIR_LO_VSYNC0W<'_>[src]

This is supported on crate feature intc only.

Bit 29

pub fn oir_vsyncerr0(&mut self) -> _OIR_VSYNCERR0W<'_>[src]

This is supported on crate feature intc only.

Bit 30

pub fn oir_vfield0(&mut self) -> _OIR_VFIELD0W<'_>[src]

This is supported on crate feature intc only.

Bit 31

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.