Home
last modified time | relevance | path

Searched refs:CanShellBus (Results 1 – 2 of 2) sorted by relevance

/Zephyr-4.3.0/tests/drivers/can/host/pytest/
Dconftest.py14 from can_shell import CanShellBus
64 bus = CanShellBus(dut, shell, chosen)
Dcan_shell.py20 class CanShellBus(BusABC): # pylint: disable=abstract-method class