Lines Matching +full:0 +full:dbm
33 #define IEEE802154_MAC_RSSI_MIN 0U /* corresponds to -174 dBm */
34 #define IEEE802154_MAC_RSSI_MAX 254U /* corresponds to 80 dBm */
37 #define IEEE802154_MAC_RSSI_DBM_MIN -174 /* in dBm */
38 #define IEEE802154_MAC_RSSI_DBM_MAX 80 /* in dBm */
52 * the minimum and maximum values are 0 (–174 dBm) and 254 (80 dBm),
57 * field to the reserved value 255 (0xff) to indicate that an RSSI
115 * 0 (–174 dBm) to 254 (80 dBm).
132 * 0 (–174 dBm) to 254 (80 dBm).
143 * @brief Get a signed RSSI value measured in dBm.
147 * @returns RSSI represented in dBm. Returns the special value
150 * path will always show -174 dBm (which corresponds to
161 * @brief Set the RSSI value as a signed integer measured in dBm.
165 * @param rssi represented in dBm. Set to the special value
167 * not available for this packet. Values above 80 dBm will
168 * be mapped to 80 dBm, values below -174 dBm will be mapped
169 * to -174 dBm.