Home
last modified time | relevance | path

Searched refs:CAN_FLAG_FF0 (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32l4xx_hal_can_legacy.h410 #define CAN_FLAG_FF0 ((uint32_t)0x00000203) /*!< FIFO 0 Full flag */ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_can.h501 #define CAN_FLAG_FF0 (0x00000203U) /*!< RX FIFO 0 Full flag */ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_can.c1873 __HAL_CAN_CLEAR_FLAG(hcan, CAN_FLAG_FF0); in HAL_CAN_IRQHandler()