:orphan: .. title:: MODEM_HL7800_EDRX_VALUE .. option:: CONFIG_MODEM_HL7800_EDRX_VALUE *Requested eDRX timer* Type: ``string`` Help ==== Half a byte in a 4-bit format. The eDRX value refers to bit 4 to 1 of octet 3 of the Extended DRX parameters information element. Default value is 81.92 seconds. Direct dependencies =================== \ :option:`MODEM_HL7800_EDRX ` && \ :option:`MODEM_HL7800_LOW_POWER_MODE ` && \ :option:`MODEM_HL7800 ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "0101" Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.hl7800:214`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:141`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver → Enable low power modes .. parsed-literal:: config MODEM_HL7800_EDRX_VALUE string "Requested eDRX timer" default "0101" depends on \ :option:`MODEM_HL7800_EDRX ` && \ :option:`MODEM_HL7800_LOW_POWER_MODE ` && \ :option:`MODEM_HL7800 ` && \ :option:`MODEM ` help Half a byte in a 4-bit format. The eDRX value refers to bit 4 to 1 of octet 3 of the Extended DRX parameters information element. Default value is 81.92 seconds. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*