iLLD_TC27xC
1.0
|
![]() |
IFX_INLINE void IfxEray_Eray_clearErrorFlag | ( | IfxEray_Eray * | eray, |
IfxEray_ClearErrorFlag | errorFlag | ||
) |
clears the error interrupt flag requested.
eray | pointer to module handle. |
errorFlag | error flag to be cleared. |
Definition at line 1238 of file IfxEray_Eray.h.
IFX_INLINE void IfxEray_Eray_clearStatusFlag | ( | IfxEray_Eray * | eray, |
IfxEray_ClearStatusFlag | statusFlag | ||
) |
Clears the status interrupt flag requested.
eray | pointer to module handle. |
statusFlag | status flag to be cleared. |
Definition at line 1244 of file IfxEray_Eray.h.
IFX_INLINE Ifx_ERAY_EIR IfxEray_Eray_getErrorInterrupts | ( | IfxEray_Eray * | eray) |
Gets the error interrupt status.
eray | pointer to module handle. |
Definition at line 1250 of file IfxEray_Eray.h.
IFX_INLINE uint8 IfxEray_Eray_getMessageBufferInterruptStatus | ( | IfxEray_Eray * | eray, |
uint8 | messageBuffer | ||
) |
Gets the message buffer interrupt status.
eray | pointer to module handle. |
messageBuffer | message buffer to which interrupt status be checked. |
Definition at line 1258 of file IfxEray_Eray.h.
IFX_INLINE uint8 IfxEray_Eray_getNewDataInterruptStatus | ( | IfxEray_Eray * | eray, |
uint8 | ndat | ||
) |
Gets the new data interrupt buffers status.
eray | pointer to module handle. |
ndat | ndat buffer to which interrupt status be checked. |
Definition at line 1265 of file IfxEray_Eray.h.
IFX_INLINE Ifx_ERAY_SIR IfxEray_Eray_getStatusInterrupts | ( | IfxEray_Eray * | eray) |
Gets the node status interrupts.
eray | pointer to module handle. |
Definition at line 1272 of file IfxEray_Eray.h.
IFX_INLINE void IfxEray_Eray_setMessageBufferInterruptDestination | ( | IfxEray_Eray * | eray, |
uint8 | messageBuffer, | ||
uint8 | messageBufferDestination | ||
) |
Enables the message buffer interrupt line.
eray | pointer to module handle. |
messageBuffer | message buffer interrupt which should be configured |
messageBufferDestination | selects MBSC0 or MBSC1 interrupt output |
For usage exapmle see : How to use the ERAY Interface driver?
Definition at line 1279 of file IfxEray_Eray.h.
IFX_INLINE void IfxEray_Eray_setNewDataInterruptDestination | ( | IfxEray_Eray * | eray, |
uint8 | ndat, | ||
uint8 | ndatDestination | ||
) |
Enables the NDAT buffer interrupt line.
eray | pointer to module handle. |
ndat | message buffer number configured to which ndat interrupt line to be set. |
ndatDestination | selects NDAT0 or NDAT1 interrupt output |
For usage exapmle see : How to use the ERAY Interface driver?
Definition at line 1285 of file IfxEray_Eray.h.