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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 138
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 74
Rev.1.00 May 22 2012
REJ09B0566
4-55
3BLibrary Reference
R_BSC_Destroy
4
3)
4.2.5 36BBus State Controller
R_BSC_Destroy
Synopsis
Stop the External Bus Controller.
Prototype bool R_BSC_Destroy(
uint8_t data
// Area selection
);
Description
Disable an external bus area.
[data]
Select the external bus area CSn (where n = 0 to 7) to be disabled.
Return value
True.
Category
Bus Controller
Reference
R_BSC_CreateArea
Remarks
None.
Program example
#include r_pdl_bsc.h
void func(void)
{
/* Disable the CS4 area */
R_BSC_Destroy(
4
);
}
Vista de pagina 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 137 138

Comentarios a estos manuales

Sin comentarios