[][src]Struct circuit_playground_express::evsys::intenclr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn ovr0(&mut self) -> _OVR0W[src]

Bit 0 - Channel 0 Overrun Interrupt Enable

pub fn ovr1(&mut self) -> _OVR1W[src]

Bit 1 - Channel 1 Overrun Interrupt Enable

pub fn ovr2(&mut self) -> _OVR2W[src]

Bit 2 - Channel 2 Overrun Interrupt Enable

pub fn ovr3(&mut self) -> _OVR3W[src]

Bit 3 - Channel 3 Overrun Interrupt Enable

pub fn ovr4(&mut self) -> _OVR4W[src]

Bit 4 - Channel 4 Overrun Interrupt Enable

pub fn ovr5(&mut self) -> _OVR5W[src]

Bit 5 - Channel 5 Overrun Interrupt Enable

pub fn ovr6(&mut self) -> _OVR6W[src]

Bit 6 - Channel 6 Overrun Interrupt Enable

pub fn ovr7(&mut self) -> _OVR7W[src]

Bit 7 - Channel 7 Overrun Interrupt Enable

pub fn evd0(&mut self) -> _EVD0W[src]

Bit 8 - Channel 0 Event Detection Interrupt Enable

pub fn evd1(&mut self) -> _EVD1W[src]

Bit 9 - Channel 1 Event Detection Interrupt Enable

pub fn evd2(&mut self) -> _EVD2W[src]

Bit 10 - Channel 2 Event Detection Interrupt Enable

pub fn evd3(&mut self) -> _EVD3W[src]

Bit 11 - Channel 3 Event Detection Interrupt Enable

pub fn evd4(&mut self) -> _EVD4W[src]

Bit 12 - Channel 4 Event Detection Interrupt Enable

pub fn evd5(&mut self) -> _EVD5W[src]

Bit 13 - Channel 5 Event Detection Interrupt Enable

pub fn evd6(&mut self) -> _EVD6W[src]

Bit 14 - Channel 6 Event Detection Interrupt Enable

pub fn evd7(&mut self) -> _EVD7W[src]

Bit 15 - Channel 7 Event Detection Interrupt Enable

pub fn ovr8(&mut self) -> _OVR8W[src]

Bit 16 - Channel 8 Overrun Interrupt Enable

pub fn ovr9(&mut self) -> _OVR9W[src]

Bit 17 - Channel 9 Overrun Interrupt Enable

pub fn ovr10(&mut self) -> _OVR10W[src]

Bit 18 - Channel 10 Overrun Interrupt Enable

pub fn ovr11(&mut self) -> _OVR11W[src]

Bit 19 - Channel 11 Overrun Interrupt Enable

pub fn evd8(&mut self) -> _EVD8W[src]

Bit 24 - Channel 8 Event Detection Interrupt Enable

pub fn evd9(&mut self) -> _EVD9W[src]

Bit 25 - Channel 9 Event Detection Interrupt Enable

pub fn evd10(&mut self) -> _EVD10W[src]

Bit 26 - Channel 10 Event Detection Interrupt Enable

pub fn evd11(&mut self) -> _EVD11W[src]

Bit 27 - Channel 11 Event Detection Interrupt Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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