
PISO-CANFD series CAN FD card User Manual (version 1.0.0)
Page: 77
Copyright © 2021 ICP DAS Co., Ltd. All Rights Reserved.
E-mail: [email protected]
3.2.19. CANFD_GetFIFOStatus
Description
This function is used to get the receive/transmit data buffer overflow state of the CAN
port on a specified PISO-CANFD series board.
Syntax
Parameters
BoardNo
[in] Specifies the number of the PISO-CANFD series board to be read. The valid
range is 0 to 15.
Port
[in] Specifies the number of the CAN port, where:
1: CAN port 1
2: CAN port 2.
3: CAN port 3
4: CAN port 4.
FIFOState
[out] The receive/ transmit data buffer overflow state of the CAN port.
Bit
Symbol
Value Description
0
RXO
receive buffer overfow flag
0
receive buffer not overfow
1
receive buffer overfow
1
TXO
transmit buffer overfow flag
0
transmit buffer not overfow
C#
Int16 CANFD_GetFIFOStatus (
Byte BoardNo,
Byte Port,
out Byte FIFOState
);