Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32l4xx_hal_can_legacy.h169 uint32_t ExtId; /*!< Specifies the extended identifier. member
194 uint32_t ExtId; /*!< Specifies the extended identifier. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_can.h173 uint32_t ExtId; /*!< Specifies the extended identifier. member
201 uint32_t ExtId; /*!< Specifies the extended identifier. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_can.c1254 assert_param(IS_CAN_EXTID(pHeader->ExtId)); in HAL_CAN_AddTxMessage()
1289 hcan->Instance->sTxMailBox[transmitmailbox].TIR = ((pHeader->ExtId << CAN_TI0R_EXID_Pos) | in HAL_CAN_AddTxMessage()
1545 …pHeader->ExtId = ((CAN_RI0R_EXID | CAN_RI0R_STID) & hcan->Instance->sFIFOMailBox[RxFifo].RIR) >> C… in HAL_CAN_GetRxMessage()