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

  • 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 88
Rev.1.00 May 22 2012
REJ09B0566
4-69
3BLibrary Reference
4
4.2.7 38BMulti Function Timer Pulse Unit
R_MTU_Destroy
2) R_MTU_Destroy
Synopsis
Disable a timer channel.
Prototype bool R_MTU_Destroy(
uint8_t data
// Channel selection
);
Description
Shut down an MTU channel.
[data]
The Multi-function timer pulse unit channel n (where n = 0, 1, 2, 3 or 4).
Return value
True if the channel selection is valid; otherwise false.
Category
Multi-function timer pulse unit
Reference
R_MTU_Create
Remarks The Multi-function timer pulse unit interrupts for given channel are disabled and is put into the stop state
to reduce power consumption.
Program example
#include r_pdl_mtu.h
void func(void)
{
/* Shutdown MTU channel 0 */
R_MTU_Destroy(
0
);
}
Vue de la page 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 137 138

Commentaires sur ces manuels

Pas de commentaire