Home
last modified time | relevance | path

Searched full:canbus (Results 1 – 25 of 163) sorted by relevance

1234567

/Zephyr-latest/tests/subsys/canbus/isotp/conformance/
Dtestcase.yaml17 canbus.isotp.conformance:
22 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
24 canbus.isotp.conformance.fd.unused:
32 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
34 canbus.isotp.conformance.fd.txdl_32:
43 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
45 canbus.isotp.conformance.fd.txdl_64:
54 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
/Zephyr-latest/samples/subsys/canbus/isotp/
Dsample.yaml4 sample.subsys.canbus.isotp:
9 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
17 sample.subsys.canbus.isotp.fd:
/Zephyr-latest/tests/drivers/can/host/src/
Dmain.c18 shell_error(sh, "zephyr,canbus device %s not ready", chosen->name); in cmd_can_host_chosen()
22 shell_print(sh, "zephyr,canbus: %s", chosen->name); in cmd_can_host_chosen()
29 "Get zephyr,canbus chosen device name\n"
/Zephyr-latest/tests/subsys/canbus/isotp/implementation/
Dtestcase.yaml2 canbus.isotp.implementation:
7 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
/Zephyr-latest/subsys/net/l2/canbus/
DKconfig5 bool "CANBUS RAW l2 layer"
7 Add a CANBUS L2 layer driver. This is the layer for SOCKET CAN.
/Zephyr-latest/subsys/canbus/
DKconfig8 source "subsys/canbus/Kconfig.canopen"
9 source "subsys/canbus/isotp/Kconfig"
/Zephyr-latest/tests/drivers/can/host/pytest/
Dconftest.py40 """Return the name of the zephyr,canbus devicetree chosen device."""
41 chosen_regex = re.compile(r'zephyr,canbus:\s+(\S+)')
48 logger.info('testing on zephyr,canbus chosen device "%s"', chosen)
51 pytest.fail('zephyr,canbus chosen device not found or not ready')
/Zephyr-latest/samples/subsys/canbus/
Dcanbus.rst13 .. zephyr:code-sample-category:: canbus
17 Samples that demonstrate the :ref:`Controller Area Network (CAN) bus <canbus>` features.
/Zephyr-latest/tests/drivers/can/api/
Dtestcase.yaml8 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
11 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
/Zephyr-latest/subsys/net/ip/
Dcanbus_socket.h2 * @brief CANBUS Socket related functions
19 * @brief Called by net_core.c when a CANBUS packet is received.
/Zephyr-latest/tests/drivers/can/timing/
Dtestcase.yaml7 filter: dt_chosen_enabled("zephyr,canbus")
/Zephyr-latest/doc/connectivity/
Dindex.rst10 canbus/index.rst
/Zephyr-latest/samples/drivers/can/babbling/
Dsample.yaml7 filter: dt_chosen_enabled("zephyr,canbus")
/Zephyr-latest/tests/drivers/can/host/boards/
Dnative_sim.overlay9 zephyr,canbus = &can0;
/Zephyr-latest/tests/drivers/can/host/
Dtestcase.yaml8 filter: dt_chosen_enabled("zephyr,canbus")
/Zephyr-latest/samples/drivers/can/counter/
Dsample.yaml9 filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
/Zephyr-latest/boards/shields/mikroe_mcp2518fd_click/
Dmikroe_mcp2518fd_click.overlay18 zephyr,canbus = &mcp2518fd_mikroe_mcp2518fd_click;
/Zephyr-latest/tests/drivers/can/api/boards/
Dnumaker_m2l31ki.overlay5 zephyr,canbus = &canfd0;
/Zephyr-latest/samples/net/sockets/can/
Dprj.conf36 # Use smaller buffers for net_buf as CANBUS packets are quite small.
/Zephyr-latest/samples/modules/canopennode/
Dsample.yaml10 filter: dt_chosen_enabled("zephyr,canbus")
/Zephyr-latest/drivers/can/
Dcan_native_linux_adapt.h8 * @brief Private functions for native posix canbus driver.
/Zephyr-latest/subsys/net/l2/
DCMakeLists.txt36 add_subdirectory(canbus)
/Zephyr-latest/boards/shields/mcp2515/
Dadafruit_can_picowbell.overlay27 zephyr,canbus = &mcp2515_adafruit_can_picowbell;
Ddfrobot_can_bus_v2_0.overlay28 zephyr,canbus = &mcp2515_dfrobot_can_bus_v2_0;
Dkeyestudio_can_bus_ks0411.overlay27 zephyr,canbus = &mcp2515_keyestudio_can_bus_ks0411;

1234567