Renesas Single-Chip Microcomputer M38C89T-ADF Manuel d'utilisateur Page 76

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 138
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 75
Rev.1.00 May 22 2012
REJ09B0566
4-56
3BLibrary Reference
R_BSC_Destroy
4
4)
4.2.5 36BBus State Controller
R_BSC_Control
Synopsis
Modify the External Bus Controller operation.
Prototype bool R_BSC_Control(
uint8_t data
// Area selection
);
Description
Provide interrupt flag clearing
[data]
Error clearing
0 Clear the bus error signals. This will also clear the interrupt flag.
Return value
True if all parameters are valid; otherwise false.
Category
Bus Controller
Reference
R_BSC_Create, R_BSC_Destroy
Remarks
This function can be called from the error handling function (see R_BSC_Create).
Program example
/* PDL definitions */
#include r_pdl_bsc.h
/* PDL device-specific definitions */
#include r_pdl_definitions.h
void func(void)
{
/* Clear the bus error signals */
R_BSC_Control(
PDL_BSC_ERROR_CLEAR
);
}
Vue de la page 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 137 138

Commentaires sur ces manuels

Pas de commentaire