[][src]Struct sam3x8e::adc::ier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Bit 0 - End of Conversion Interrupt Enable 0

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

Bit 1 - End of Conversion Interrupt Enable 1

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

Bit 2 - End of Conversion Interrupt Enable 2

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

Bit 3 - End of Conversion Interrupt Enable 3

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

Bit 4 - End of Conversion Interrupt Enable 4

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

Bit 5 - End of Conversion Interrupt Enable 5

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

Bit 6 - End of Conversion Interrupt Enable 6

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

Bit 7 - End of Conversion Interrupt Enable 7

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

Bit 8 - End of Conversion Interrupt Enable 8

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

Bit 9 - End of Conversion Interrupt Enable 9

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

Bit 10 - End of Conversion Interrupt Enable 10

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

Bit 11 - End of Conversion Interrupt Enable 11

pub fn eoc12(&mut self) -> _EOC12W[src]

Bit 12 - End of Conversion Interrupt Enable 12

pub fn eoc13(&mut self) -> _EOC13W[src]

Bit 13 - End of Conversion Interrupt Enable 13

pub fn eoc14(&mut self) -> _EOC14W[src]

Bit 14 - End of Conversion Interrupt Enable 14

pub fn eoc15(&mut self) -> _EOC15W[src]

Bit 15 - End of Conversion Interrupt Enable 15

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

Bit 24 - Data Ready Interrupt Enable

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

Bit 25 - General Overrun Error Interrupt Enable

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

Bit 26 - Comparison Event Interrupt Enable

pub fn endrx(&mut self) -> _ENDRXW[src]

Bit 27 - End of Receive Buffer Interrupt Enable

pub fn rxbuff(&mut self) -> _RXBUFFW[src]

Bit 28 - Receive Buffer Full 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 = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]