[][src]Struct efm32gg11b820::vdac0::opa0_ctrl::PRSSEL_W

pub struct PRSSEL_W<'a> { /* fields omitted */ }

Write proxy for field PRSSEL

Implementations

impl<'a> PRSSEL_W<'a>[src]

pub fn variant(self, variant: PRSSEL_A) -> &'a mut W[src]

Writes variant to the field

pub fn prsch0(self) -> &'a mut W[src]

PRS ch 0 triggers OPA.

pub fn prsch1(self) -> &'a mut W[src]

PRS ch 1 triggers OPA.

pub fn prsch2(self) -> &'a mut W[src]

PRS ch 2 triggers OPA.

pub fn prsch3(self) -> &'a mut W[src]

PRS ch 3 triggers OPA.

pub fn prsch4(self) -> &'a mut W[src]

PRS ch 4 triggers OPA.

pub fn prsch5(self) -> &'a mut W[src]

PRS ch 5 triggers OPA.

pub fn prsch6(self) -> &'a mut W[src]

PRS ch 6 triggers OPA.

pub fn prsch7(self) -> &'a mut W[src]

PRS ch 7 triggers OPA.

pub fn prsch8(self) -> &'a mut W[src]

PRS ch 8 triggers OPA.

pub fn prsch9(self) -> &'a mut W[src]

PRS ch 9 triggers OPA.

pub fn prsch10(self) -> &'a mut W[src]

PRS ch 10 triggers OPA.

pub fn prsch11(self) -> &'a mut W[src]

PRS ch 11 triggers OPA.

pub fn prsch12(self) -> &'a mut W[src]

PRS ch 12 triggers OPA.

pub fn prsch13(self) -> &'a mut W[src]

PRS ch 13 triggers OPA.

pub fn prsch14(self) -> &'a mut W[src]

PRS ch 14 triggers OPA.

pub fn prsch15(self) -> &'a mut W[src]

PRS ch 15 triggers OPA.

pub fn prsch16(self) -> &'a mut W[src]

PRS ch 16 triggers OPA.

pub fn prsch17(self) -> &'a mut W[src]

PRS ch 17 triggers OPA.

pub fn prsch18(self) -> &'a mut W[src]

PRS ch 18 triggers OPA.

pub fn prsch19(self) -> &'a mut W[src]

PRS ch 19 triggers OPA.

pub fn prsch20(self) -> &'a mut W[src]

PRS ch 20 triggers OPA.

pub fn prsch21(self) -> &'a mut W[src]

PRS ch 21 triggers OPA.

pub fn prsch22(self) -> &'a mut W[src]

PRS ch 22 triggers OPA.

pub fn prsch23(self) -> &'a mut W[src]

PRS ch 23 triggers OPA.

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for PRSSEL_W<'a>[src]

impl<'a> !Sync for PRSSEL_W<'a>[src]

impl<'a> Unpin for PRSSEL_W<'a>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.