iLLD_TC27xD  1.0
Simple Communication
Collaboration diagram for Simple Communication:

Functions

IFX_EXTERN uint8 IfxAsclin_Asc_blockingRead (IfxAsclin_Asc *asclin)
 Reads data from the Rx FIFO. More...
 
IFX_EXTERN boolean IfxAsclin_Asc_blockingWrite (IfxAsclin_Asc *asclin, uint8 data)
 Writes data into the Tx FIFO. More...
 

Detailed Description

Function Documentation

IFX_EXTERN uint8 IfxAsclin_Asc_blockingRead ( IfxAsclin_Asc asclin)

Reads data from the Rx FIFO.

Parameters
asclinmodule handle
Returns
number of received data words

A coding example can be found in How to use the ASCLIN ASC Interface driver?

Definition at line 36 of file IfxAsclin_Asc.c.

IFX_EXTERN boolean IfxAsclin_Asc_blockingWrite ( IfxAsclin_Asc asclin,
uint8  data 
)

Writes data into the Tx FIFO.

Parameters
asclinmodule handle
datathe data byte which should be sent
Returns
Returns TRUE if data could be written

A coding example can be found in How to use the ASCLIN ASC Interface driver?

Definition at line 48 of file IfxAsclin_Asc.c.