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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 138
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 36
Rev.1.00 May 22 2012
REJ09B0566
4-17
Library Reference
4
4.2.2 33BInterrupt Control Unit
R_INTC_Modify
/* PDL definitions */
#include r_pdl_intc.h
/* PDL device-specific definitions */
#include r_pdl_definitions.h
void func( void )
{
/* Set bits 6 and 4 in IER09 to 1 */
R_INTC_Modify(
PDL_INTC_REG_IER,
0x09,
0x50,
PDL_INTC_OR
);
}
Przeglądanie stron 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 137 138

Komentarze do niniejszej Instrukcji

Brak uwag