CONFIG_CAN_LOOPBACK_TX_MSGQ_SIZE
TX message queue size
Type: int
Help
Number of TX frames that can be buffered.
The send functions puts frame int this queue and TX thread takes the
messages from this msgq and calls the respective receiver if the
filter matches.
Direct dependencies
CAN_LOOPBACK
&& CAN
(Includes any dependencies from ifs and menus.)
Default
16
Kconfig definition
At <Zephyr>/drivers/can/Kconfig.loopback:40
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_MSGQ_SIZE
int "TX message queue size"
default 16
depends on CAN_LOOPBACK && CAN
help
Number of TX frames that can be buffered.
The send functions puts frame int this queue and TX thread takes the
messages from this msgq and calls the respective receiver if the
filter matches.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)