[−][src]Struct trinket_m0::atsamd21e18a::eic::config::W
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 sense0(&mut self) -> _SENSE0W
[src]
Bits 0:2 - Input Sense 0 Configuration
pub fn filten0(&mut self) -> _FILTEN0W
[src]
Bit 3 - Filter 0 Enable
pub fn sense1(&mut self) -> _SENSE1W
[src]
Bits 4:6 - Input Sense 1 Configuration
pub fn filten1(&mut self) -> _FILTEN1W
[src]
Bit 7 - Filter 1 Enable
pub fn sense2(&mut self) -> _SENSE2W
[src]
Bits 8:10 - Input Sense 2 Configuration
pub fn filten2(&mut self) -> _FILTEN2W
[src]
Bit 11 - Filter 2 Enable
pub fn sense3(&mut self) -> _SENSE3W
[src]
Bits 12:14 - Input Sense 3 Configuration
pub fn filten3(&mut self) -> _FILTEN3W
[src]
Bit 15 - Filter 3 Enable
pub fn sense4(&mut self) -> _SENSE4W
[src]
Bits 16:18 - Input Sense 4 Configuration
pub fn filten4(&mut self) -> _FILTEN4W
[src]
Bit 19 - Filter 4 Enable
pub fn sense5(&mut self) -> _SENSE5W
[src]
Bits 20:22 - Input Sense 5 Configuration
pub fn filten5(&mut self) -> _FILTEN5W
[src]
Bit 23 - Filter 5 Enable
pub fn sense6(&mut self) -> _SENSE6W
[src]
Bits 24:26 - Input Sense 6 Configuration
pub fn filten6(&mut self) -> _FILTEN6W
[src]
Bit 27 - Filter 6 Enable
pub fn sense7(&mut self) -> _SENSE7W
[src]
Bits 28:30 - Input Sense 7 Configuration
pub fn filten7(&mut self) -> _FILTEN7W
[src]
Bit 31 - Filter 7 Enable
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,