Home
last modified time | relevance | path

Searched defs:dlc (Results 1 – 3 of 3) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32690/
Dcan.h81 #define MXC_CAN_BUF_CFG_DLC(dlc) (dlc & 0xF) argument
247 uint32_t dlc; ///< Data length code member
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32662/
Dcan.h80 #define MXC_CAN_BUF_CFG_DLC(dlc) (dlc & 0xF) argument
246 uint32_t dlc; ///< Data length code member
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/CAN/
Dcan_reva.c68 static int getNumBytes(uint32_t dlc, uint32_t fdf, uint32_t rtr) in getNumBytes()