Searched refs:DLC (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/modules/canopennode/ |
D | CO_driver_target.h | 60 uint8_t DLC; member 80 uint8_t DLC; member
|
D | CO_driver.c | 113 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/ |
D | Kconfig | 63 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/ |
D | Kconfig | 55 If enabled, SFs, FCs and the last CF must always have a DLC of 8 bytes
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 253 enqueuing CAN frame #2 with standard (11-bit) CAN ID 0x010, RTR 0, CAN FD 0, BRS 0, DLC 8
|
/Zephyr-latest/dts/bindings/ |
D | vendor-prefixes.txt | 179 dlc DLC Display Co., Ltd.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig
|