Directed Electronics 3200HS Technical Information Seite 97

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 99
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 96
SCI to SPI Peripheral Communication in V850ES Microcontrollers
CR000 = TM00_INTERVALVALUE;
CR001 = 0xffff;
}
/*
**---------------------------------------------------------------------------
**
** Abstract:
** start the TM00 counter
**
** Parameters:
** None
**
** Returns:
** None
**
**
**---------------------------------------------------------------------------
*/
void TM00_Start( void )
{
TMC00 = 0x0c; /* interval timer start */
ClrIORBit(TM0IC00, 0x40); /* enable INTTM000 */
}
/*
**---------------------------------------------------------------------------
**
** Abstract:
** stop the TM00 counter and clear the count register
**
** Parameters:
** None
**
** Returns:
** None
**
**---------------------------------------------------------------------------
*/
void TM00_Stop( void )
{
TMC00 = 0x0; /* stop TM00 */
SetIORBit(TM0IC00, 0x40); /* disable INTTM000 */
}
/*
**---------------------------------------------------------------------------
**
** Abstract:
** Change TM00 condition.
**
** Parameters:
** USHORT*: array_reg
** USHORT: array_num
** Returns:
91
Seitenansicht 96
1 2 ... 92 93 94 95 96 97 98 99

Kommentare zu diesen Handbüchern

Keine Kommentare