Home
last modified time | relevance | path

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

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