[][src]Struct atsamd51j19a::eic::config::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 sense0(&mut self) -> _SENSE0W[src]

Bits 0:2 - Input Sense Configuration 0

pub fn filten0(&mut self) -> _FILTEN0W[src]

Bit 3 - Filter Enable 0

pub fn sense1(&mut self) -> _SENSE1W[src]

Bits 4:6 - Input Sense Configuration 1

pub fn filten1(&mut self) -> _FILTEN1W[src]

Bit 7 - Filter Enable 1

pub fn sense2(&mut self) -> _SENSE2W[src]

Bits 8:10 - Input Sense Configuration 2

pub fn filten2(&mut self) -> _FILTEN2W[src]

Bit 11 - Filter Enable 2

pub fn sense3(&mut self) -> _SENSE3W[src]

Bits 12:14 - Input Sense Configuration 3

pub fn filten3(&mut self) -> _FILTEN3W[src]

Bit 15 - Filter Enable 3

pub fn sense4(&mut self) -> _SENSE4W[src]

Bits 16:18 - Input Sense Configuration 4

pub fn filten4(&mut self) -> _FILTEN4W[src]

Bit 19 - Filter Enable 4

pub fn sense5(&mut self) -> _SENSE5W[src]

Bits 20:22 - Input Sense Configuration 5

pub fn filten5(&mut self) -> _FILTEN5W[src]

Bit 23 - Filter Enable 5

pub fn sense6(&mut self) -> _SENSE6W[src]

Bits 24:26 - Input Sense Configuration 6

pub fn filten6(&mut self) -> _FILTEN6W[src]

Bit 27 - Filter Enable 6

pub fn sense7(&mut self) -> _SENSE7W[src]

Bits 28:30 - Input Sense Configuration 7

pub fn filten7(&mut self) -> _FILTEN7W[src]

Bit 31 - Filter Enable 7

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From for T[src]

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]