Home
last modified time | relevance | path

Searched refs:RTR (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/Legacy/
Dstm32l4xx_hal_can.c549 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit()
588 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
595 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
675 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit_IT()
705 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
712 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
832 hcan->pRxMsg->RTR = (uint8_t)0x02 & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in HAL_CAN_Receive()
1384 hcan->pRxMsg->RTR = (uint8_t)0x02 & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in CAN_Receive_IT()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_can_legacy.h161 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
186 uint32_t RTR; /*!< Specifies the type of frame for the received message. member
728 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32f2xx_hal_can_legacy.h161 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
186 uint32_t RTR; /*!< Specifies the type of frame for the received message. member
728 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_can_legacy.h166 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
191 uint32_t RTR; /*!< Specifies the type of frame for the received message. member
733 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/Legacy/
Dstm32l4xx_hal_can_legacy.h158 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
183 uint32_t RTR; /*!< Specifies the type of frame for the received message. member
726 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/Legacy/
Dstm32f0xx_hal_can.c543 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit()
590 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
597 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
686 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit_IT()
716 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
723 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
915 pRxMsg->RTR = (CAN_RI0R_RTR & hcan->Instance->sFIFOMailBox[FIFONumber].RIR) >> CAN_RI0R_RTR_Pos; in HAL_CAN_Receive()
1583 pRxMsg->RTR = (CAN_RI0R_RTR & hcan->Instance->sFIFOMailBox[FIFONumber].RIR) >> CAN_RI0R_RTR_Pos; in CAN_Receive_IT()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/Legacy/
Dstm32f3xx_hal_can.c545 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit()
592 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
599 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
688 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit_IT()
718 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
725 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
917 pRxMsg->RTR = (CAN_RI0R_RTR & hcan->Instance->sFIFOMailBox[FIFONumber].RIR) >> CAN_RI0R_RTR_Pos; in HAL_CAN_Receive()
1585 pRxMsg->RTR = (CAN_RI0R_RTR & hcan->Instance->sFIFOMailBox[FIFONumber].RIR) >> CAN_RI0R_RTR_Pos; in CAN_Receive_IT()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/Legacy/
Dstm32f2xx_hal_can.c544 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit()
591 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
598 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
683 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit_IT()
713 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
720 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
900 pRxMsg->RTR = (uint8_t)0x02 & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in HAL_CAN_Receive()
1547 pRxMsg->RTR = (uint8_t)0x02 & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in CAN_Receive_IT()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_can.c575 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit()
622 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
629 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
714 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit_IT()
744 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
751 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
931 pRxMsg->RTR = (uint8_t)0x02 & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in HAL_CAN_Receive()
1578 pRxMsg->RTR = (uint8_t)0x02 & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in CAN_Receive_IT()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/Legacy/
Dstm32f1xx_hal_can.c556 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit()
603 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
610 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
697 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit_IT()
727 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
734 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
918 pRxMsg->RTR = (uint8_t)CAN_RTR_REMOTE & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in HAL_CAN_Receive()
1588 pRxMsg->RTR = (uint8_t)0x02U & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in CAN_Receive_IT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_can.c569 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit()
616 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
623 hcan->pTxMsg->RTR); in HAL_CAN_Transmit()
710 assert_param(IS_CAN_RTR(hcan->pTxMsg->RTR)); in HAL_CAN_Transmit_IT()
740 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
747 hcan->pTxMsg->RTR); in HAL_CAN_Transmit_IT()
927 pRxMsg->RTR = (uint8_t)0x02 & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in HAL_CAN_Receive()
1574 pRxMsg->RTR = (uint8_t)0x02 & hcan->Instance->sFIFOMailBox[FIFONumber].RIR; in CAN_Receive_IT()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32f0xx_hal_can_legacy.h162 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
187 uint32_t RTR; /*!< Specifies the type of frame for the received message. member
752 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32f1xx_hal_can_legacy.h121 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
146 uint32_t RTR; /*!< Specifies the type of frame for the received message. member
755 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/Legacy/
Dstm32f3xx_hal_can_legacy.h167 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
192 uint32_t RTR; /*!< Specifies the type of frame for the received message. member
757 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_can.h166 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
194 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
830 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_can.h161 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
189 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
822 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_can.h166 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
194 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
828 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_can.h166 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
194 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
830 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_can.h166 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
194 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
828 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_can.h161 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
189 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
822 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_can.h166 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
194 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted. member
830 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE)) argument
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_can.c1215 assert_param(IS_CAN_RTR(pHeader->RTR)); in HAL_CAN_AddTxMessage()
1245 pHeader->RTR); in HAL_CAN_AddTxMessage()
1251 pHeader->RTR); in HAL_CAN_AddTxMessage()
1521 pHeader->RTR = (CAN_RI0R_RTR & hcan->Instance->sFIFOMailBox[RxFifo].RIR); in HAL_CAN_GetRxMessage()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_can.c1215 assert_param(IS_CAN_RTR(pHeader->RTR)); in HAL_CAN_AddTxMessage()
1245 pHeader->RTR); in HAL_CAN_AddTxMessage()
1251 pHeader->RTR); in HAL_CAN_AddTxMessage()
1509 pHeader->RTR = (CAN_RI0R_RTR & hcan->Instance->sFIFOMailBox[RxFifo].RIR); in HAL_CAN_GetRxMessage()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_can.c1231 assert_param(IS_CAN_RTR(pHeader->RTR)); in HAL_CAN_AddTxMessage()
1261 pHeader->RTR); in HAL_CAN_AddTxMessage()
1267 pHeader->RTR); in HAL_CAN_AddTxMessage()
1525 pHeader->RTR = (CAN_RI0R_RTR & hcan->Instance->sFIFOMailBox[RxFifo].RIR); in HAL_CAN_GetRxMessage()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_can.c1259 assert_param(IS_CAN_RTR(pHeader->RTR)); in HAL_CAN_AddTxMessage()
1289 pHeader->RTR); in HAL_CAN_AddTxMessage()
1295 pHeader->RTR); in HAL_CAN_AddTxMessage()
1553 pHeader->RTR = (CAN_RI0R_RTR & hcan->Instance->sFIFOMailBox[RxFifo].RIR); in HAL_CAN_GetRxMessage()

12