Home
last modified time | relevance | path

Searched refs:step (Results 1 – 10 of 10) sorted by relevance

/hal_silabs-latest/gecko/platform/radio/rail_lib/plugin/pa-conversions/
Dpa_conversions_efr32.c181 RAIL_TxPowerLevel_t *step) in RAIL_GetPowerSettingTable() argument
199 *step = modeInfo->step; in RAIL_GetPowerSettingTable()
205 (void)step; in RAIL_GetPowerSettingTable()
256 RAIL_TxPowerLevel_t step = modeInfo->step; in RAIL_ConvertDbmToRaw() local
267 uint32_t powerIndex = (power - minPower) / step; in RAIL_ConvertDbmToRaw()
499 *increment = modeInfo->step; in RAIL_GetTxPowerCurveLimits()
Dpa_curve_types_efr32.h210 RAIL_TxPowerLevel_t step; /** step size in deci-dBm between entries in table */ member
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/plugin/pa-conversions/
Dpa_conversions_efr32.c279 RAIL_TxPowerLevel_t *step) in RAIL_GetPowerSettingTable() argument
288 *step = modeInfo->step; in RAIL_GetPowerSettingTable()
296 (void)step; in RAIL_GetPowerSettingTable()
327 RAIL_TxPowerLevel_t step = modeInfo->step; in RAIL_ConvertDbmToRaw() local
338 uint32_t powerIndex = (power - minPower) / step; in RAIL_ConvertDbmToRaw()
563 *increment = modeInfo->step; in RAIL_GetTxPowerCurveLimits()
Dpa_curve_types_efr32.h255 RAIL_TxPowerLevel_t step; member
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/plugin/pa-conversions/efr32xg25/
Dsl_rail_util_pa_curves.h125 .step = RAIL_PA_CURVES_SUBGIG_CURVES_STEP_DDBM, \
134 .step = RAIL_PA_CURVES_OFDM_CURVES_STEP_DDBM, \
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/plugin/pa-conversions/sixg301/
Dsl_rail_util_pa_curves.h99 .step = RAIL_PA_CURVES_COMMON_INTERFACE_10DBM_STEP_DDBM, \
108 .step = RAIL_PA_CURVES_COMMON_INTERFACE_0DBM_STEP_DDBM, \
/hal_silabs-latest/gecko/emlib/src/
Dem_idac.c306 void IDAC_StepSet(IDAC_TypeDef *idac, const uint32_t step) in IDAC_StepSet() argument
311 EFM_ASSERT(step <= (_IDAC_CURPROG_STEPSEL_MASK >> _IDAC_CURPROG_STEPSEL_SHIFT)); in IDAC_StepSet()
314 tmp |= step << _IDAC_CURPROG_STEPSEL_SHIFT; in IDAC_StepSet()
/hal_silabs-latest/gecko/emlib/inc/
Dem_idac.h232 void IDAC_StepSet(IDAC_TypeDef *idac, const uint32_t step);
/hal_silabs-latest/gecko/platform/radio/rail_lib/common/
Drail.h2656 RAIL_TxPowerLevel_t *step);
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/
Drail.h2993 RAIL_TxPowerLevel_t *step);