Home
last modified time | relevance | path

Searched refs:stdID (Results 1 – 9 of 9) sorted by relevance

/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_can.h264 …uint32_t stdID; /*!< Specifies the standard identifier. It can be 0 to 0x7FF. */ member
277 …uint32_t stdID; /*!< Specifies the standard identifier. It can be 0 to 0x7FF.… member
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_can.h264 …uint32_t stdID; /*!< Specifies the standard identifier. It can be 0 to 0x7FF. */ member
277 …uint32_t stdID; /*!< Specifies the standard identifier. It can be 0 to 0x7FF.… member
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_can.h276 uint32_t stdID; /*!< Standard Identifier */ member
289 uint32_t stdID; /*!< Standard Identifier */ member
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_can.h260 …uint32_t stdID; /*!< Specifies the standard identifier. It can be 0 to 0x7FF. */ member
273 …uint32_t stdID; /*!< Specifies the standard identifier. It can be 0 to 0x7FF.… member
/bsp/apm32/libraries/Drivers/
A Ddrv_can.c453 TxMessage->stdID = pmsg->id; in can_send_rtmsg()
474 … CANx->sTxMailBox[mailbox_index].TXMID |= (TxMessage->stdID << 21) | (TxMessage->remoteTxReq); in can_send_rtmsg()
572 pmsg->id = RxMessage.stdID; in apm32_can_recvmsg()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_can.c326 … can->sTxMailBox[transmit_milbox].TXMID |= (TxMessage->stdID << 21) | (TxMessage->remoteTxReq); in CAN_TxMessage()
457 RxMessage->stdID = (can->sRxMailBox[FIFONumber].RXMID >> 21) & 0x000007FF; in CAN_RxMessage()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_can.c339 … can->sTxMailBox[transmit_milbox].TXMID |= (TxMessage->stdID << 21) | (TxMessage->remoteTxReq); in CAN_TxMessage()
480 RxMessage->stdID = (can->sRxMailBox[FIFONumber].RXMID >> 21) & 0x000007FF; in CAN_RxMessage()
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_can.c336 … can->sTxMailBox[transmit_milbox].TXMID |= (TxMessage->stdID << 21) | (TxMessage->remoteTxReq); in CAN_TxMessage()
473 RxMessage->stdID = (can->sRxMailBox[FIFONumber].RXMID >> 21) & 0x000007FF; in CAN_RxMessage()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_can.c421 … can->sTxMailBox[transmit_milbox].TXMID |= (TxMessage->stdID << 21) | (TxMessage->remoteTxReq); in CAN_TxMessage()
564 RxMessage->stdID = (can->sRxMailBox[FIFONumber].RXMID >> 21) & 0x000007FF; in CAN_RxMessage()

Completed in 24 milliseconds