[][src]Struct cc13x2_cc26x2_hal::rfc_dbell::sysgpoctl::_GPOCTL0W

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

Proxy

Methods

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

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

Writes variant to the field

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

RAT GPO line 3

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

RAT GPO line 2

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

RAT GPO line 1

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

RAT GPO line 0

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

RFE GPO line 3

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

RFE GPO line 2

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

RFE GPO line 1

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

RFE GPO line 0

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

MCE GPO line 3

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

MCE GPO line 2

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

MCE GPO line 1

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

MCE GPO line 0

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

CPE GPO line 3

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

CPE GPO line 2

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

CPE GPO line 1

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

CPE GPO line 0

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _GPOCTL0W<'a>

impl<'a> Sync for _GPOCTL0W<'a>

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