Home
last modified time | relevance | path

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

/bsp/ft2004/libraries/bsp/ft_can/
A Dft_can_g.c24 .TxFifoDeepth = 16,
31 .TxFifoDeepth = 16,
38 .TxFifoDeepth = 16,
A Dft_can.c210 if (FrameNumber > Config_p->TxFifoDeepth) in FCan_SendByIrq()
212 NeedSendOnce = Config_p->TxFifoDeepth; in FCan_SendByIrq()
213 FrameNumber -= Config_p->TxFifoDeepth; in FCan_SendByIrq()
A Dft_can.h79 u32 TxFifoDeepth; /* The depth of the full frame , */ member

Completed in 8 milliseconds