[][src]Struct efm32gg11b820::lesense::altexconf::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn idleconf0(&self) -> IDLECONF0R[src]

Bits 0:1 - ALTEX0 Idle Phase Configuration

pub fn idleconf1(&self) -> IDLECONF1R[src]

Bits 2:3 - ALTEX1 Idle Phase Configuration

pub fn idleconf2(&self) -> IDLECONF2R[src]

Bits 4:5 - ALTEX2 Idle Phase Configuration

pub fn idleconf3(&self) -> IDLECONF3R[src]

Bits 6:7 - ALTEX3 Idle Phase Configuration

pub fn idleconf4(&self) -> IDLECONF4R[src]

Bits 8:9 - ALTEX4 Idle Phase Configuration

pub fn idleconf5(&self) -> IDLECONF5R[src]

Bits 10:11 - ALTEX5 Idle Phase Configuration

pub fn idleconf6(&self) -> IDLECONF6R[src]

Bits 12:13 - ALTEX6 Idle Phase Configuration

pub fn idleconf7(&self) -> IDLECONF7R[src]

Bits 14:15 - ALTEX7 Idle Phase Configuration

pub fn aex0(&self) -> AEX0R[src]

Bit 16 - ALTEX0 Always Excite Enable

pub fn aex1(&self) -> AEX1R[src]

Bit 17 - ALTEX1 Always Excite Enable

pub fn aex2(&self) -> AEX2R[src]

Bit 18 - ALTEX2 Always Excite Enable

pub fn aex3(&self) -> AEX3R[src]

Bit 19 - ALTEX3 Always Excite Enable

pub fn aex4(&self) -> AEX4R[src]

Bit 20 - ALTEX4 Always Excite Enable

pub fn aex5(&self) -> AEX5R[src]

Bit 21 - ALTEX5 Always Excite Enable

pub fn aex6(&self) -> AEX6R[src]

Bit 22 - ALTEX6 Always Excite Enable

pub fn aex7(&self) -> AEX7R[src]

Bit 23 - ALTEX7 Always Excite Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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]

impl<T> Same for T

type Output = T

Should always be Self