[][src]Struct efm32gg11b820::lesense::altexconf::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 idleconf0(&mut self) -> _IDLECONF0W[src]

Bits 0:1 - ALTEX0 Idle Phase Configuration

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

Bits 2:3 - ALTEX1 Idle Phase Configuration

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

Bits 4:5 - ALTEX2 Idle Phase Configuration

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

Bits 6:7 - ALTEX3 Idle Phase Configuration

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

Bits 8:9 - ALTEX4 Idle Phase Configuration

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

Bits 10:11 - ALTEX5 Idle Phase Configuration

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

Bits 12:13 - ALTEX6 Idle Phase Configuration

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

Bits 14:15 - ALTEX7 Idle Phase Configuration

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

Bit 16 - ALTEX0 Always Excite Enable

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

Bit 17 - ALTEX1 Always Excite Enable

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

Bit 18 - ALTEX2 Always Excite Enable

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

Bit 19 - ALTEX3 Always Excite Enable

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

Bit 20 - ALTEX4 Always Excite Enable

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

Bit 21 - ALTEX5 Always Excite Enable

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

Bit 22 - ALTEX6 Always Excite Enable

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

Bit 23 - ALTEX7 Always Excite Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

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