Home
last modified time | relevance | path

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

/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/
H A Dsx1280.h782 … RadioGfskBleModIndexes_t ModulationIndex; //!< The coding rate for BLE and GFSK modulations member
815 … RadioGfskBleModIndexes_t ModulationIndex; //!< The coding rate for BLE and GFSK modulations member
H A Dsx1280.c294 buf[1] = modulationParams->Params.Gfsk.ModulationIndex; in SX1280SetModulationParams()
314 buf[1] = modulationParams->Params.Ble.ModulationIndex; in SX1280SetModulationParams()
/btstack/chipset/sx128x/
H A Dll_sx1280.c979 modulationParams.Params.Ble.ModulationIndex = GFSK_BLE_MOD_IND_0_50; in ll_radio_on()