Struct nrf52::radio::Radio [] [src]

pub struct Radio {
    regs: *const RADIO,
    tx_power: Cell<TxPower>,
    rx_client: Cell<Option<&'static RxClient>>,
    tx_client: Cell<Option<&'static TxClient>>,
}

Fields

Methods

impl Radio
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl BleAdvertisementDriver for Radio
[src]

[src]

[src]

[src]

[src]

impl BleConfig for Radio
[src]

[src]