Renesas Single-Chip Microcomputer M38C89T-ADF Instrukcja Użytkownika Strona 135

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 138
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 134
4BUsage Examples
5.7 Serial Communication Interface
5
5-19
Rev.1.00 May 22 2012
REJ09B0566
www.renesas.com,
PDL_SCI_IDLE,
SCI3TxFunc
);
/* Echo the character on channel 1 */
R_SCI_Send(
1, result,
PDL_SCI_IDLE,
PDL_NO_FUNC
);
}
/* SCI channel 3 transmit complete handler */
void SCI3TxFunc(void)
{
/* Shut down channel 3 */
R_SCI_Destroy(
3
);
}
Figure 5-9 Example of SCI Transmission code
Przeglądanie stron 134
1 2 ... 130 131 132 133 134 135 136 137 138

Komentarze do niniejszej Instrukcji

Brak uwag