File tree 1 file changed +6
-3
lines changed
src/platform/silabs/wifi/wf200
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -286,11 +286,14 @@ sl_status_t get_all_counters(void)
286
286
287
287
/* *
288
288
* @brief Convert RCPI to RSSI
289
- * This function converts the Received Channel Power Indicator (RCPI) value to
290
- * the Received Signal Strength Indicator (RSSI) value. If the result of the
291
- * conversion exceeds the range of int16_t, it will be clamped to the maximum
289
+
290
+ * This function converts the Received Channel Power Indicator (RCPI) to
291
+ * the Received Signal Strength Indicator (RSSI). If the result of the
292
+ * conversion exceeds the range of a int16_t, it will be clamped to the maximum
292
293
* or minimum value of int16_t.
294
+
293
295
* @param[in] rcpi: Received Channel Power Indicator value
296
+
294
297
* @return RSSI value
295
298
*/
296
299
inline int16_t ConvertRcpiToRssi (uint32_t rcpi)
You can’t perform that action at this time.
0 commit comments