![IBASE Technology CSB200-898 Скачать руководство пользователя страница 79](http://html1.mh-extra.com/html/ibase-technology/csb200-898/csb200-898_user-manual_3245501079.webp)
Appendix
CSB200-898 User Manual
71
2.
The file MAIN.CPP
//---------------------------------------------------------------------------
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR
// PURPOSE.
//---------------------------------------------------------------------------
#include <dos.h>
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
#include "NCT5523D.H"
//---------------------------------------------------------------------------
int main (void);
void Dio5Initial(void);
void Dio5SetOutput(unsigned char);
unsigned char Dio5GetInput(void);
void Dio5SetDirection(unsigned char);
unsigned char Dio5GetDirection(void);
//---------------------------------------------------------------------------
int main (void)
{
char SIO;
SIO = Init_NCT5523D();
if (SIO == 0)
{
printf("Can not detect Nuvoton NCT5523D, program abort.\n");
return(1);
}
Dio5Initial();
//for GPIO20..27
Dio5SetDirection(0x0F);
//GP20..23 = input, GP24..27=output
printf("Current DIO direction = 0x%X\n", Dio5GetDirection());
printf("Current DIO status = 0x%X\n", Dio5GetInput());
printf("Set DIO output to high\n");
Dio5SetOutput(0x0F);
printf("Set DIO output to low\n");
Dio5SetOutput(0x00);
return 0;
}
//---------------------------------------------------------------------------
Содержание CSB200-898
Страница 1: ...CSB200 898 Slim Compact SBC System User s Manual Version 1 0b Feb 2019 ...
Страница 16: ...8 CSB200 898 User Manual 1 7 Dimensions Unit mm ...
Страница 31: ...Hardware Configuration CSB200 898 User Manual 23 2 IB898 bottom Intel Atom E3825 Dual Core ...
Страница 36: ...28 CSB200 898 User Manual 2 5 1 USB 2 0 Port CN4 2 5 2 USB 3 0 Port CN1 2 5 3 LAN Port GbE CN3 ...
Страница 37: ...Hardware Configuration CSB200 898 User Manual 29 2 2 5 4 Display Port CN5 2 5 5 VGA Port CN6 ...
Страница 58: ...50 CSB200 898 User Manual 4 4 2 iSMART Controller ...
Страница 68: ...60 CSB200 898 User Manual 4 5 Chipset Settings 4 5 1 North Bridge ...