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.
Default
2
Kconfig definition
At <Zephyr>/drivers/can/Kconfig.loopback:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:82
→ <Zephyr>/drivers/can/Kconfig:102
Menu path: (Top) → Device Drivers → CAN Drivers → Emulated CAN loopback 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.)