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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 138
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 73
Rev.1.00 May 22 2012
REJ09B0566
4-54
3BLibrary Reference
R_BSC_CreateArea
4
4.2.5 36BBus State Controller
Program example
/* PDL definitions */
#include r_pdl_bsc.h
/* PDL device-specific definitions */
#include r_pdl_definitions.h
void func(void)
{
/* Configure the CS0 Space for NORMAL module. 16 bit bus width, Big
Endian, and delay and wait timings */
R_BSC_CreateArea(
PDL_BSC_TYPE_NORMAL,0,0,
PDL_BSC_WIDTH_16|PDL_BSC_BIG_ENDIAN|PDL_BSC_IWW,
PDL_BSC_BAS_DISABLE|PDL_BSC_SW|PDL_BSC_WR| PDL_BSC_HW|
PDL_BSC_WAIT_ENABLE,
1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,
1,0,0,0,0,0);
}
Przeglądanie stron 73
1 2 ... 69 70 71 72 73 74 75 76 77 78 79 ... 137 138

Komentarze do niniejszej Instrukcji

Brak uwag