Lines Matching +full:low +full:- +full:noise

8  * SPDX-License-Identifier: Apache-2.0
24 #define MDM_HL7800_REVISION_MAX_STRLEN (MDM_HL7800_REVISION_MAX_SIZE - 1)
27 #define MDM_HL7800_IMEI_STRLEN (MDM_HL7800_IMEI_SIZE - 1)
30 #define MDM_HL7800_ICCID_MAX_STRLEN (MDM_HL7800_ICCID_MAX_SIZE - 1)
33 #define MDM_HL7800_SERIAL_NUMBER_STRLEN (MDM_HL7800_SERIAL_NUMBER_SIZE - 1)
39 #define MDM_HL7800_APN_MAX_STRLEN (MDM_HL7800_APN_MAX_SIZE - 1)
41 (MDM_HL7800_APN_USERNAME_MAX_SIZE - 1)
43 (MDM_HL7800_APN_PASSWORD_MAX_SIZE - 1)
49 #define MDM_HL7800_APN_CMD_MAX_STRLEN (MDM_HL7800_APN_CMD_MAX_SIZE - 1)
58 #define MDM_HL7800_LTE_BAND_STRLEN (MDM_HL7800_LTE_BAND_STR_SIZE - 1)
61 #define MDM_HL7800_OPERATOR_INDEX_STRLEN (MDM_HL7800_OPERATOR_INDEX_SIZE - 1)
65 #define MDM_HL7800_IMSI_MAX_STRLEN (MDM_HL7800_IMSI_MAX_STR_SIZE - 1)
69 (MDM_HL7800_MODEM_FUNCTIONALITY_SIZE - 1)
173 HL7800_GNSS_EVENT_INVALID = -1,
181 HL7800_GNSS_STATUS_INVALID = -1,
187 HL7800_GNSS_POSITION_EVENT_INVALID = -1,
209 * user and password aren't valid if status is non-zero.
217 /* status: negative errno, 0 on success, non-zero error code
218 * Data is not valid if status is non-zero.
229 * event - The type of event
230 * event_data - Pointer to event specific data structure
231 * HL7800_EVENT_NETWORK_STATE_CHANGE - compound event
232 * HL7800_EVENT_APN_UPDATE - struct mdm_hl7800_apn
233 * HL7800_EVENT_RSSI - int
234 * HL7800_EVENT_SINR - int
235 * HL7800_EVENT_STARTUP_STATE_CHANGE - compound event
236 * HL7800_EVENT_SLEEP_STATE_CHANGE - compound event
237 * HL7800_EVENT_RAT - int
238 * HL7800_EVENT_BANDS - string
239 * HL7800_EVENT_ACTIVE_BANDS - string
240 * HL7800_EVENT_FOTA_STATE - compound event
241 * HL7800_EVENT_FOTA_COUNT - uint32_t
242 * HL7800_EVENT_REVISION - string
243 * HL7800_EVENT_GPS - compound event
291 * If CONFIG_MODEM_HL7800_RSSI_RATE_SECONDS is non-zero, then
297 * Range = -140 dBm to -44 dBm
298 * @param sinr Signal to Interference plus Noise Ratio (dB)
299 * Range = -128 dB to 40 dB
427 * @brief When rate is non-zero: Put modem into Airplane mode. Enable GPS and
443 * information into non-volatile memory, then this command
464 * requires 20-120 seconds to be generated and it contains the
516 * but will default low if there is an error reading pin
537 * @param level 0 (None) - 4 (Debug)