[][src]Struct atsamd51j19a::evsys::swevt::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 Self[src]

Writes raw bits to the register

pub fn channel0(&mut self) -> _CHANNEL0W[src]

Bit 0 - Channel 0 Software Selection

pub fn channel1(&mut self) -> _CHANNEL1W[src]

Bit 1 - Channel 1 Software Selection

pub fn channel2(&mut self) -> _CHANNEL2W[src]

Bit 2 - Channel 2 Software Selection

pub fn channel3(&mut self) -> _CHANNEL3W[src]

Bit 3 - Channel 3 Software Selection

pub fn channel4(&mut self) -> _CHANNEL4W[src]

Bit 4 - Channel 4 Software Selection

pub fn channel5(&mut self) -> _CHANNEL5W[src]

Bit 5 - Channel 5 Software Selection

pub fn channel6(&mut self) -> _CHANNEL6W[src]

Bit 6 - Channel 6 Software Selection

pub fn channel7(&mut self) -> _CHANNEL7W[src]

Bit 7 - Channel 7 Software Selection

pub fn channel8(&mut self) -> _CHANNEL8W[src]

Bit 8 - Channel 8 Software Selection

pub fn channel9(&mut self) -> _CHANNEL9W[src]

Bit 9 - Channel 9 Software Selection

pub fn channel10(&mut self) -> _CHANNEL10W[src]

Bit 10 - Channel 10 Software Selection

pub fn channel11(&mut self) -> _CHANNEL11W[src]

Bit 11 - Channel 11 Software Selection

pub fn channel12(&mut self) -> _CHANNEL12W[src]

Bit 12 - Channel 12 Software Selection

pub fn channel13(&mut self) -> _CHANNEL13W[src]

Bit 13 - Channel 13 Software Selection

pub fn channel14(&mut self) -> _CHANNEL14W[src]

Bit 14 - Channel 14 Software Selection

pub fn channel15(&mut self) -> _CHANNEL15W[src]

Bit 15 - Channel 15 Software Selection

pub fn channel16(&mut self) -> _CHANNEL16W[src]

Bit 16 - Channel 16 Software Selection

pub fn channel17(&mut self) -> _CHANNEL17W[src]

Bit 17 - Channel 17 Software Selection

pub fn channel18(&mut self) -> _CHANNEL18W[src]

Bit 18 - Channel 18 Software Selection

pub fn channel19(&mut self) -> _CHANNEL19W[src]

Bit 19 - Channel 19 Software Selection

pub fn channel20(&mut self) -> _CHANNEL20W[src]

Bit 20 - Channel 20 Software Selection

pub fn channel21(&mut self) -> _CHANNEL21W[src]

Bit 21 - Channel 21 Software Selection

pub fn channel22(&mut self) -> _CHANNEL22W[src]

Bit 22 - Channel 22 Software Selection

pub fn channel23(&mut self) -> _CHANNEL23W[src]

Bit 23 - Channel 23 Software Selection

pub fn channel24(&mut self) -> _CHANNEL24W[src]

Bit 24 - Channel 24 Software Selection

pub fn channel25(&mut self) -> _CHANNEL25W[src]

Bit 25 - Channel 25 Software Selection

pub fn channel26(&mut self) -> _CHANNEL26W[src]

Bit 26 - Channel 26 Software Selection

pub fn channel27(&mut self) -> _CHANNEL27W[src]

Bit 27 - Channel 27 Software Selection

pub fn channel28(&mut self) -> _CHANNEL28W[src]

Bit 28 - Channel 28 Software Selection

pub fn channel29(&mut self) -> _CHANNEL29W[src]

Bit 29 - Channel 29 Software Selection

pub fn channel30(&mut self) -> _CHANNEL30W[src]

Bit 30 - Channel 30 Software Selection

pub fn channel31(&mut self) -> _CHANNEL31W[src]

Bit 31 - Channel 31 Software Selection

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]