Struct r0ket_l0dable::nrf::Config [] [src]

#[repr(C)]
pub struct Config { pub channel: u8, pub txmac: [u8; 5], pub mac0: [u8; 5], pub mac1: [u8; 5], pub mac2345: [u8; 4], pub nrmacs: u8, pub maclen: [u8; 5], }

nRF24l01 configuration

Fields

Channel in MHz as offset to 2.4 GHz

TX addr

RX addr0

RX addr1

RX addr2..5

Number of addrs to enable

Expected payload lengths

Trait Implementations

Auto Trait Implementations

impl Send for Config

impl Sync for Config