iLLD_TC23x
1.0
|
ASCLIN ASC details. More...
Go to the source code of this file.
ASCLIN ASC details.
IMPORTANT NOTICE
Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.
THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
Definition in file IfxAsclin_Asc.c.
void IfxAsclin_Asc_initiateTransmission | ( | IfxAsclin_Asc * | asclin) |
Initiate the data transmission.
asclin | module handle |
A coding example can be found in How to use the ASCLIN ASC Interface driver?
Definition at line 383 of file IfxAsclin_Asc.c.
Referenced by IfxAsclin_Asc_write().
boolean IfxAsclin_Asc_stdIfDPipeInit | ( | IfxStdIf_DPipe * | stdif, |
IfxAsclin_Asc * | asclin | ||
) |
Initialize the standard interface to the device driver.
stdif | standard interface object, will be initialized by the function |
asclin | device driver object used by the standard interface. must be initialised separately |
Definition at line 553 of file IfxAsclin_Asc.c.