Enum nrf52svd::radio::mode::MODER [] [src]

pub enum MODER {
    NRF_1MBIT,
    NRF_2MBIT,
    NRF_250KBIT,
    BLE_1MBIT,
    BLE_2MBIT,
    _Reserved(u8),
}

Possible values of the field MODE

Variants

1 Mbit/s Nordic proprietary radio mode

2 Mbit/s Nordic proprietary radio mode

Deprecated enumerator - 250 kbit/s Nordic proprietary radio mode

1 Mbit/s Bluetooth Low Energy

2 Mbit/s Bluetooth Low Energy

Reserved

Methods

impl MODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NRF_1MBIT

[src]

Checks if the value of the field is NRF_2MBIT

[src]

Checks if the value of the field is NRF_250KBIT

[src]

Checks if the value of the field is BLE_1MBIT

[src]

Checks if the value of the field is BLE_2MBIT

Trait Implementations

impl Clone for MODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MODER
[src]

impl Debug for MODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MODER
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.