[][src]Struct atsams70n19b::afec0::afec_idr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn eoc0(&mut self) -> _EOC0W[src]

Bit 0 - End of Conversion Interrupt Disable 0

pub fn eoc1(&mut self) -> _EOC1W[src]

Bit 1 - End of Conversion Interrupt Disable 1

pub fn eoc2(&mut self) -> _EOC2W[src]

Bit 2 - End of Conversion Interrupt Disable 2

pub fn eoc3(&mut self) -> _EOC3W[src]

Bit 3 - End of Conversion Interrupt Disable 3

pub fn eoc4(&mut self) -> _EOC4W[src]

Bit 4 - End of Conversion Interrupt Disable 4

pub fn eoc5(&mut self) -> _EOC5W[src]

Bit 5 - End of Conversion Interrupt Disable 5

pub fn eoc6(&mut self) -> _EOC6W[src]

Bit 6 - End of Conversion Interrupt Disable 6

pub fn eoc7(&mut self) -> _EOC7W[src]

Bit 7 - End of Conversion Interrupt Disable 7

pub fn eoc8(&mut self) -> _EOC8W[src]

Bit 8 - End of Conversion Interrupt Disable 8

pub fn eoc9(&mut self) -> _EOC9W[src]

Bit 9 - End of Conversion Interrupt Disable 9

pub fn eoc10(&mut self) -> _EOC10W[src]

Bit 10 - End of Conversion Interrupt Disable 10

pub fn eoc11(&mut self) -> _EOC11W[src]

Bit 11 - End of Conversion Interrupt Disable 11

pub fn drdy(&mut self) -> _DRDYW[src]

Bit 24 - Data Ready Interrupt Disable

pub fn govre(&mut self) -> _GOVREW[src]

Bit 25 - General Overrun Error Interrupt Disable

pub fn compe(&mut self) -> _COMPEW[src]

Bit 26 - Comparison Event Interrupt Disable

pub fn tempchg(&mut self) -> _TEMPCHGW[src]

Bit 30 - Temperature Change Interrupt Disable

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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

impl<T> From<T> for T[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self