51 #include "IfxSent_bf.h"
52 #include "IfxSent_reg.h"
58 #define IFXSENT_INTERRUPT_STATUS_ERROR_FLAGS (0x000037f4)
418 sent->CH[channelId].RCR.B.CEN = 0;
424 sent->CH[channelId].RCR.B.CEN = 1;
430 sent->CLC.B.DISR = 0;
436 Ifx_SENT_CH_INTSTAT interruptFlags;
437 interruptFlags.U = sent->CH[channelId].INTSTAT.U;
438 sent->CH[channelId].INTCLR.U = interruptFlags.U;
439 return interruptFlags;
445 Ifx_SENT_CH_INTSTAT interruptFlags;
446 interruptFlags.U = sent->CH[channelId].INTSTAT.U;
447 return interruptFlags;
453 return &MODULE_SRC.SENT.SENT[0].SR[channelId];
473 sent->CH[channelId].IOCR.B.ALTI = alternateInput;
479 sent->CH[channelId].CFDR.B.DIV = divider;
485 sent->CH[channelId].CPDR.B.PDIV = preDivider;
493 sent->CLC.B.EDIS = mode;
500 sent->TPD.B.TDIV = timeStampPreDivider;