Skip to content

Commit 59b20d2

Browse files
Update src/platform/silabs/wifi/wf200/WifiInterfaceImpl.cpp
Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com>
1 parent 0a761d0 commit 59b20d2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/platform/silabs/wifi/wf200/WifiInterfaceImpl.cpp

+6-3
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,14 @@ sl_status_t get_all_counters(void)
286286

287287
/**
288288
* @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
292293
* or minimum value of int16_t.
294+
293295
* @param[in] rcpi: Received Channel Power Indicator value
296+
294297
* @return RSSI value
295298
*/
296299
inline int16_t ConvertRcpiToRssi(uint32_t rcpi)

0 commit comments

Comments
 (0)