[][src]Struct rsl10_pac::bb::bb_radiocntl1::SUBVERSION_W

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

Write proxy for field SUBVERSION

Methods

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

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

Writes variant to the field

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

IcyTRx 65nm (v0x12, v0x20, v0x22)

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

IcyTRx CS1 (v0x30)

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

IcyTRx CS2 (v0x31)

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

IcyTRx GCS1 (v0x40)

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for SUBVERSION_W<'a>

impl<'a> !Sync for SUBVERSION_W<'a>

impl<'a> Unpin for SUBVERSION_W<'a>

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> Same<T> for T

type Output = T

Should always be Self

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.