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

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

Possible values of the field GPOCTL3

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

Methods

impl GPOCTL3R[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_ratgpo3(&self) -> bool[src]

Checks if the value of the field is RATGPO3

pub fn is_ratgpo2(&self) -> bool[src]

Checks if the value of the field is RATGPO2

pub fn is_ratgpo1(&self) -> bool[src]

Checks if the value of the field is RATGPO1

pub fn is_ratgpo0(&self) -> bool[src]

Checks if the value of the field is RATGPO0

pub fn is_rfegpo3(&self) -> bool[src]

Checks if the value of the field is RFEGPO3

pub fn is_rfegpo2(&self) -> bool[src]

Checks if the value of the field is RFEGPO2

pub fn is_rfegpo1(&self) -> bool[src]

Checks if the value of the field is RFEGPO1

pub fn is_rfegpo0(&self) -> bool[src]

Checks if the value of the field is RFEGPO0

pub fn is_mcegpo3(&self) -> bool[src]

Checks if the value of the field is MCEGPO3

pub fn is_mcegpo2(&self) -> bool[src]

Checks if the value of the field is MCEGPO2

pub fn is_mcegpo1(&self) -> bool[src]

Checks if the value of the field is MCEGPO1

pub fn is_mcegpo0(&self) -> bool[src]

Checks if the value of the field is MCEGPO0

pub fn is_cpegpo3(&self) -> bool[src]

Checks if the value of the field is CPEGPO3

pub fn is_cpegpo2(&self) -> bool[src]

Checks if the value of the field is CPEGPO2

pub fn is_cpegpo1(&self) -> bool[src]

Checks if the value of the field is CPEGPO1

pub fn is_cpegpo0(&self) -> bool[src]

Checks if the value of the field is CPEGPO0

Trait Implementations

impl Copy for GPOCTL3R[src]

impl Debug for GPOCTL3R[src]

impl PartialEq<GPOCTL3R> for GPOCTL3R[src]

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

This method tests for !=.

impl Clone for GPOCTL3R[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 GPOCTL3R

impl Sync for GPOCTL3R

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]