Renesas Single-Chip Microcomputer M38C89T-ADF Manual de usuario Pagina 103

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 138
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 102
Rev.1.00 May 22 2012
REJ09B0566
4-83
Library Reference
4
4.2.9 40BSerial Communication Interface R_SCI_Destroy
2) R_SCI_Destroy
Synopsis
Shut down a SCI channel.
Prototype bool R_SCI_Destroy(
uint8_t data
// Channel selection
);
Description
Stop data flow and shutdown the selected SCI channel.
[data]
Select channel SCIFn (where n = 0 to 7).
Return value
True if all parameters are valid; otherwise false.
Category
SCI
Reference
R_SCI_Create
Remarks
The SCI channel is put into the power-down state.
Program example
/* PDL definitions */
#include r_pdl_sci.h
/* PDL device-specific definitions */
#include r_pdl_definitions.h
void func(void)
{
/* Shutdown SCI channel 1 */
R_SCI_Destroy(1);
}
Vista de pagina 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 137 138

Comentarios a estos manuales

Sin comentarios