The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CANOPENNODE_SYNC_THREAD_PRIORITY

Priority for CANopen SYNC thread

Type: int

Help

Priority level of the internal thread which processes
CANopen SYNC RPDOs and TPDOs.

Direct dependencies

CANOPENNODE_SYNC_THREAD && CANOPENNODE && 0

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At modules/canopennode/Kconfig:94

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74

Menu path: (Top) → Modules → CANopenNode support → CANopen SYNC thread

config CANOPENNODE_SYNC_THREAD_PRIORITY
    int "Priority for CANopen SYNC thread"
    default 0 if !COOP_ENABLED
    default -5
    depends on CANOPENNODE_SYNC_THREAD && CANOPENNODE && 0
    help
      Priority level of the internal thread which processes
      CANopen SYNC RPDOs and TPDOs.

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