Lines Matching refs:node
559 uint32 canTransmit(canBASE_t *node, uint32 messageBox, const uint8 * data);
560 uint32 canGetData(canBASE_t *node, uint32 messageBox, uint8 * const data);
561 uint32 canIsTxMessagePending(canBASE_t *node, uint32 messageBox);
562 uint32 canIsRxMessageArrived(canBASE_t *node, uint32 messageBox);
563 uint32 canIsMessageBoxValid(canBASE_t *node, uint32 messageBox);
564 uint32 canGetLastError(canBASE_t *node);
565 uint32 canGetErrorLevel(canBASE_t *node);
566 void canEnableErrorNotification(canBASE_t *node);
567 void canDisableErrorNotification(canBASE_t *node);
568 void canIoSetDirection(canBASE_t *node,uint32 TxDir,uint32 RxDir);
569 void canIoSetPort(canBASE_t *node, uint32 TxValue, uint32 RxValue);
570 uint32 canIoTxGetBit(canBASE_t *node);
571 uint32 canIoRxGetBit(canBASE_t *node);
585 void canErrorNotification(canBASE_t *node, uint32 notification);
600 void canMessageNotification(canBASE_t *node, uint32 messageBox);