Home
last modified time | relevance | path

Searched refs:BitrateBandwidth (Results 1 – 3 of 3) sorted by relevance

/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/
H A Dsx1280.h781 …RadioGfskBleBitrates_t BitrateBandwidth; //!< The bandwidth and bit-rate values for BLE and GF… member
803 …RadioFlrcBitrates_t BitrateBandwidth; //!< The bandwidth and bit-rate values for FLRC mo… member
814 …RadioGfskBleBitrates_t BitrateBandwidth; //!< The bandwidth and bit-rate values for BLE and… member
H A Dsx1280.c293 buf[0] = modulationParams->Params.Gfsk.BitrateBandwidth; in SX1280SetModulationParams()
307 buf[0] = modulationParams->Params.Flrc.BitrateBandwidth; in SX1280SetModulationParams()
313 buf[0] = modulationParams->Params.Ble.BitrateBandwidth; in SX1280SetModulationParams()
/btstack/chipset/sx128x/
H A Dll_sx1280.c978 modulationParams.Params.Ble.BitrateBandwidth = GFSK_BLE_BR_1_000_BW_1_2; in ll_radio_on()