Home
last modified time | relevance | path

Searched refs:CAN_ID_EXT (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_can_legacy.h355 #define CAN_ID_EXT 0x00000004U /*!< Extended Id */ macro
727 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32f2xx_hal_can_legacy.h355 #define CAN_ID_EXT 0x00000004U /*!< Extended Id */ macro
727 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_can_legacy.h360 #define CAN_ID_EXT 0x00000004U /*!< Extended Id */ macro
732 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32l4xx_hal_can_legacy.h350 #define CAN_ID_EXT ((uint32_t)0x00000004) /*!< Extended Id */ macro
724 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32f0xx_hal_can_legacy.h358 #define CAN_ID_EXT (0x00000004U) /*!< Extended Id */ macro
750 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32f1xx_hal_can_legacy.h315 #define CAN_ID_EXT 0x00000004U /*!< Extended Id */ macro
754 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32f3xx_hal_can_legacy.h363 #define CAN_ID_EXT (0x00000004U) /*!< Extended Id */ macro
755 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_can.h436 #define CAN_ID_EXT (0x00000004U) /*!< Extended Id */ macro
829 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_can.h431 #define CAN_ID_EXT (0x00000004U) /*!< Extended Id */ macro
821 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_can.h436 #define CAN_ID_EXT (0x00000004U) /*!< Extended Id */ macro
827 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_can.h436 #define CAN_ID_EXT (0x00000004U) /*!< Extended Id */ macro
829 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_can.h436 #define CAN_ID_EXT (0x00000004U) /*!< Extended Id */ macro
827 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_can.h431 #define CAN_ID_EXT (0x00000004U) /*!< Extended Id */ macro
821 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_can.h436 #define CAN_ID_EXT (0x00000004U) /*!< Extended Id */ macro
829 ((IDTYPE) == CAN_ID_EXT))
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/Legacy/
Dstm32f1xx_hal_can.c908 pRxMsg->IDE = (uint8_t)CAN_ID_EXT & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in HAL_CAN_Receive()