rwbt 0.1.0

RivieraWaves Bluetooth IP core: RFC command sequencer, register definitions, and calibration table packing
Documentation
1
2
3
4
5
6
7
8
/// RFC register byte offsets and field bit-position constants for SiFli RF front-end.
pub mod regs;

/// Calibration table SRAM packing/unpacking for SiFli RF front-end.
///
/// The RFC hardware reads per-channel VCO and per-power-level TXDC
/// calibration data from SRAM tables addressed by `CAL_ADDR_REG1/2/3`.
pub mod cal_table;