Renesas Single-Chip Microcomputer M38C89T-ADF Manual do Utilizador Página 89

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 138
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
);
}
Vista de página 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 137 138

Comentários a estes Manuais

Sem comentários