rwbt 0.1.0

RivieraWaves Bluetooth IP core: RFC command sequencer, register definitions, and calibration table packing
Documentation
1
2
3
4
5
6
/// RFC command ISA encoding and sequence builder.
pub mod cmd;

/// SiFli RF front-end register definitions and calibration table packing.
#[cfg(feature = "sifli")]
pub mod sifli;