Home
last modified time | relevance | path

Searched defs:IS_CAN_DLC (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/
H A Dstm32l4xx_hal_can_legacy.h722 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) macro
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
H A Dstm32f4xx_hal_can_legacy.h746 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08)) macro
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_can.h813 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_can.h815 #define IS_CAN_DLC(DLC) ((DLC) <= 8U) macro