CONFIG_CAN_LOOPBACK_TX_THREAD_PRIORITY¶
TX thread priority
Type: int
Help¶
Priority of the TX thread.
The TX thread calls the callbacks of the receiver
if the filter matches.
Direct dependencies¶
CAN_LOOPBACK
&& CAN
(Includes any dependencies from ifs and menus.)
Default¶
2
Kconfig definition¶
At drivers/can/Kconfig.loopback:35
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:82
→ drivers/can/Kconfig:95
Menu path: (Top) → Device Drivers → CAN Drivers → Loopback CAN driver
config CAN_LOOPBACK_TX_THREAD_PRIORITY
int "TX thread priority"
default 2
depends on CAN_LOOPBACK && CAN
help
Priority of the TX thread.
The TX thread calls the callbacks of the receiver
if the filter matches.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)