[][src]Struct efm32gg11b820::vdac0::opa0_ctrl::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 drivestrength(&mut self) -> _DRIVESTRENGTHW[src]

Bits 0:1 - OPAx Operation Mode

pub fn incbw(&mut self) -> _INCBWW[src]

Bit 2 - OPAx Unity Gain Bandwidth Scale

pub fn hcmdis(&mut self) -> _HCMDISW[src]

Bit 3 - High Common Mode Disable

pub fn outscale(&mut self) -> _OUTSCALEW[src]

Bit 4 - Scale OPAx Output Driving Strength

pub fn prsen(&mut self) -> _PRSENW[src]

Bit 8 - OPAx PRS Trigger Enable

pub fn prsmode(&mut self) -> _PRSMODEW[src]

Bit 9 - OPAx PRS Trigger Mode

pub fn prssel(&mut self) -> _PRSSELW[src]

Bits 10:14 - OPAx PRS Trigger Select

pub fn prsoutmode(&mut self) -> _PRSOUTMODEW[src]

Bit 16 - OPAx PRS Output Select

pub fn aportxmasterdis(&mut self) -> _APORTXMASTERDISW[src]

Bit 20 - APORT Bus Master Disable

pub fn aportymasterdis(&mut self) -> _APORTYMASTERDISW[src]

Bit 21 - APORT Bus Master Disable

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