Home
last modified time | relevance | path

Searched refs:DLC (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/modules/canopennode/
DCO_driver_target.h60 uint8_t DLC; member
80 uint8_t DLC; member
DCO_driver.c113 rxMsg.DLC = frame->dlc; in canopen_rx_callback()
160 frame.dlc = buffer->DLC; in canopen_tx_retry()
162 memcpy(frame.data, buffer->data, buffer->DLC); in canopen_tx_retry()
381 buffer->DLC = noOfBytes; in CO_CANtxBufferInit()
412 frame.dlc = buffer->DLC; in CO_CANsend()
414 memcpy(frame.data, buffer->data, buffer->DLC); in CO_CANsend()
/Zephyr-latest/subsys/bluetooth/host/classic/
DKconfig63 int "Stack size of DLC for RFCOMM"
66 Stack size of DLC for RFCOMM. This is the context from which
/Zephyr-latest/subsys/canbus/isotp/
DKconfig55 If enabled, SFs, FCs and the last CF must always have a DLC of 8 bytes
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst253 enqueuing CAN frame #2 with standard (11-bit) CAN ID 0x010, RTR 0, CAN FD 0, BRS 0, DLC 8
/Zephyr-latest/dts/bindings/
Dvendor-prefixes.txt179 dlc DLC Display Co., Ltd.
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig