Example #1
0
void PduR_CanTpRxIndication(PduIdType CanTpRxPduId, NotifResultType Result) {
	PduR_ARC_TpRxIndication(CanTpRxPduId, Result, 0x04);
}
Example #2
0
void PduR_SoAdTpRxIndication(PduIdType dcmRxPduId, NotifResultType result) {
	PduR_ARC_TpRxIndication(dcmRxPduId, result, 0x04);
}