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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 138
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 45
Rev.1.00 May 22 2012
REJ09B0566
4-26
Library Reference
R_IO_PORT_Write
4
4.2.3 34BI/O Port
Program example
#include "r_pdl_io_port.h"
void func( void )
{
uint16_t data;
/* Get the direction of port E */
R_IO_PORT_ReadControl(PDL_IO_PORT_E, &direction);
/* Get the direction of port F2 */
R_IO_PORT_Read(PDL_IO_PORT_F_2, &direction);
}
Przeglądanie stron 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 137 138

Komentarze do niniejszej Instrukcji

Brak uwag