Searched refs:RxValue (Results 1 – 2 of 2) sorted by relevance
55 u32 RxValue; in FCan_RecvByIrq() local109 RxValue = FCan_ReadReg(Config_p->CanBaseAddress, FCAN_RX_FIFO_OFFSET); in FCan_RecvByIrq()110 memcpy(Frame_p[CanFrameIndex].data, &RxValue, sizeof(RxValue)); in FCan_RecvByIrq()115 RxValue = FCan_ReadReg(Config_p->CanBaseAddress, FCAN_RX_FIFO_OFFSET); in FCan_RecvByIrq()116 memcpy(&Frame_p[CanFrameIndex].data[4], &RxValue, sizeof(RxValue)); in FCan_RecvByIrq()
569 void canIoSetPort(canBASE_t *node, uint32 TxValue, uint32 RxValue);
Completed in 14 milliseconds