:orphan: .. title:: CAN_MCP2515_INT_THREAD_PRIO .. option:: CONFIG_CAN_MCP2515_INT_THREAD_PRIO *Priority for interrupt handler* Type: ``int`` Help ==== Priority level of the internal thread which is ran for interrupt handling and incoming packets. Direct dependencies =================== \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig.mcp2515:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` → ``drivers/can/Kconfig:67`` Menu path: (Top) → Device Drivers → CAN Drivers → MCP2515 CAN Driver .. parsed-literal:: config CAN_MCP2515_INT_THREAD_PRIO int "Priority for interrupt handler" default 2 depends on \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` help Priority level of the internal thread which is ran for interrupt handling and incoming packets. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*