-
CONFIG_NRF_RPC_TR_PRMSG_RX_PRIORITY
¶
Priority of the rpmsg receive thread
Type: int
Help¶
Priority of the thread that is responsible for receiving incoming
messages from rpmsg.
Default¶
-1
Kconfig definition¶
At <nRF>/subsys/nrf_rpc/Kconfig:77
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:38
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → nRF RPC (Remote Procedure Call) library
config NRF_RPC_TR_PRMSG_RX_PRIORITY
int "Priority of the rpmsg receive thread"
default -1
depends on NRF_RPC_TR_RPMSG && NRF_RPC
help
Priority of the thread that is responsible for receiving incoming
messages from rpmsg.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)