[][src]Enum cc2650::rfc_dbell::sysgpoctl::GPOCTL2W

pub enum GPOCTL2W {
    RATGPO3,
    RATGPO2,
    RATGPO1,
    RATGPO0,
    RFEGPO3,
    RFEGPO2,
    RFEGPO1,
    RFEGPO0,
    MCEGPO3,
    MCEGPO2,
    MCEGPO1,
    MCEGPO0,
    CPEGPO3,
    CPEGPO2,
    CPEGPO1,
    CPEGPO0,
}

Values that can be written to the field GPOCTL2

Variants

RATGPO3

RAT GPO line 3

RATGPO2

RAT GPO line 2

RATGPO1

RAT GPO line 1

RATGPO0

RAT GPO line 0

RFEGPO3

RFE GPO line 3

RFEGPO2

RFE GPO line 2

RFEGPO1

RFE GPO line 1

RFEGPO0

RFE GPO line 0

MCEGPO3

MCE GPO line 3

MCEGPO2

MCE GPO line 2

MCEGPO1

MCE GPO line 1

MCEGPO0

MCE GPO line 0

CPEGPO3

CPE GPO line 3

CPEGPO2

CPE GPO line 2

CPEGPO1

CPE GPO line 1

CPEGPO0

CPE GPO line 0

Trait Implementations

impl Copy for GPOCTL2W[src]

impl Debug for GPOCTL2W[src]

impl PartialEq<GPOCTL2W> for GPOCTL2W[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for GPOCTL2W[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GPOCTL2W

impl Sync for GPOCTL2W

Blanket Implementations

impl<T> From for T[src]

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, 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]