CONFIG_NRF_MODEM_LIB_SHMEM_CTRL_SIZE

(No prompt – not directly user assignable.)

Type: hex

Help

Size of the shared memory area used for control structures. This is a constant for a given library build, and is exported by the library via NRF_MODEM_SHMEM_CTRL_SIZE.

Direct dependencies

NRF_MODEM_LIB

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/lib/nrf_modem_lib/Kconfig:69

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:27<nRF>/lib/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Enable Modem library

config NRF_MODEM_LIB_SHMEM_CTRL_SIZE
    hex
    default NRF_MODEM_SHMEM_CTRL_SIZE
    depends on NRF_MODEM_LIB
    help
      Size of the shared memory area used for control structures.
      This is a constant for a given library build, and is exported
      by the library via NRF_MODEM_SHMEM_CTRL_SIZE.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)