[][src]Enum rsl10_pac::bb::bb_coexifcntl0::RXMSK_A

#[repr(u8)]
pub enum RXMSK_A {
    RXMSK_0,
    RXMSK_1,
    RXMSK_2,
    RXMSK_3,
}

Determines how RXx impact BLE Tx and Rx

Value on reset: 1

Variants

RXMSK_0

0: rx has no impact

RXMSK_1

1: rx can stop BLE Tx, no impact on BLE Rx

RXMSK_2

2: rx can stop BLE Rx, no impact on BLE Tx

RXMSK_3

3: rx can stop both BLE Tx and BLE Rx

Trait Implementations

impl Clone for RXMSK_A[src]

impl Copy for RXMSK_A[src]

impl Debug for RXMSK_A[src]

impl From<RXMSK_A> for u8[src]

impl PartialEq<RXMSK_A> for RXMSK_A[src]

impl StructuralPartialEq for RXMSK_A[src]

Auto Trait Implementations

impl Send for RXMSK_A

impl Sync for RXMSK_A

impl Unpin for RXMSK_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.