[][src]Struct sam3x8e::adc::cor::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 off0(&mut self) -> _OFF0W[src]

Bit 0 - Offset for channel 0

pub fn off1(&mut self) -> _OFF1W[src]

Bit 1 - Offset for channel 1

pub fn off2(&mut self) -> _OFF2W[src]

Bit 2 - Offset for channel 2

pub fn off3(&mut self) -> _OFF3W[src]

Bit 3 - Offset for channel 3

pub fn off4(&mut self) -> _OFF4W[src]

Bit 4 - Offset for channel 4

pub fn off5(&mut self) -> _OFF5W[src]

Bit 5 - Offset for channel 5

pub fn off6(&mut self) -> _OFF6W[src]

Bit 6 - Offset for channel 6

pub fn off7(&mut self) -> _OFF7W[src]

Bit 7 - Offset for channel 7

pub fn off8(&mut self) -> _OFF8W[src]

Bit 8 - Offset for channel 8

pub fn off9(&mut self) -> _OFF9W[src]

Bit 9 - Offset for channel 9

pub fn off10(&mut self) -> _OFF10W[src]

Bit 10 - Offset for channel 10

pub fn off11(&mut self) -> _OFF11W[src]

Bit 11 - Offset for channel 11

pub fn off12(&mut self) -> _OFF12W[src]

Bit 12 - Offset for channel 12

pub fn off13(&mut self) -> _OFF13W[src]

Bit 13 - Offset for channel 13

pub fn off14(&mut self) -> _OFF14W[src]

Bit 14 - Offset for channel 14

pub fn off15(&mut self) -> _OFF15W[src]

Bit 15 - Offset for channel 15

pub fn diff0(&mut self) -> _DIFF0W[src]

Bit 16 - Differential inputs for channel 0

pub fn diff1(&mut self) -> _DIFF1W[src]

Bit 17 - Differential inputs for channel 1

pub fn diff2(&mut self) -> _DIFF2W[src]

Bit 18 - Differential inputs for channel 2

pub fn diff3(&mut self) -> _DIFF3W[src]

Bit 19 - Differential inputs for channel 3

pub fn diff4(&mut self) -> _DIFF4W[src]

Bit 20 - Differential inputs for channel 4

pub fn diff5(&mut self) -> _DIFF5W[src]

Bit 21 - Differential inputs for channel 5

pub fn diff6(&mut self) -> _DIFF6W[src]

Bit 22 - Differential inputs for channel 6

pub fn diff7(&mut self) -> _DIFF7W[src]

Bit 23 - Differential inputs for channel 7

pub fn diff8(&mut self) -> _DIFF8W[src]

Bit 24 - Differential inputs for channel 8

pub fn diff9(&mut self) -> _DIFF9W[src]

Bit 25 - Differential inputs for channel 9

pub fn diff10(&mut self) -> _DIFF10W[src]

Bit 26 - Differential inputs for channel 10

pub fn diff11(&mut self) -> _DIFF11W[src]

Bit 27 - Differential inputs for channel 11

pub fn diff12(&mut self) -> _DIFF12W[src]

Bit 28 - Differential inputs for channel 12

pub fn diff13(&mut self) -> _DIFF13W[src]

Bit 29 - Differential inputs for channel 13

pub fn diff14(&mut self) -> _DIFF14W[src]

Bit 30 - Differential inputs for channel 14

pub fn diff15(&mut self) -> _DIFF15W[src]

Bit 31 - Differential inputs for channel 15

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]