Home
last modified time | relevance | path

Searched refs:RxValue (Results 1 – 2 of 2) sorted by relevance

/bsp/ft2004/libraries/bsp/ft_can/
A Dft_can.c55 u32 RxValue; in FCan_RecvByIrq() local
109 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()
/bsp/rm48x50/HALCoGen/include/
A Dcan.h569 void canIoSetPort(canBASE_t *node, uint32 TxValue, uint32 RxValue);

Completed in 14 milliseconds