:orphan: .. title:: CONFIG_MODEM_HL7800_EDRX_VALUE .. kconfig:: CONFIG_MODEM_HL7800_EDRX_VALUE CONFIG_MODEM_HL7800_EDRX_VALUE ############################## *Requested eDRX timer* Type: ``string`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`MODEM_HL7800_EDRX ` && \ :kconfig:`MODEM_HL7800_LOW_POWER_MODE ` && \ :kconfig:`MODEM_HL7800 ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - "0101" Kconfig definition ================== At ``/modem/Kconfig.hl7800:214`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:146`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable Sierra Wireless HL7800 modem driver → Enable low power modes .. code-block:: kconfig config MODEM_HL7800_EDRX_VALUE string "Requested eDRX timer" default "0101" depends on MODEM_HL7800_EDRX && MODEM_HL7800_LOW_POWER_MODE && MODEM_HL7800 && 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.)*