ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
serial.h 파일 참조
+ 이 그래프는 이 파일을 직/간접적으로 include 하는 파일들을 보여줍니다.:

이 파일의 소스 코드 페이지로 가기

열거형 타입

enum  serial_ctrl_cmd {
  SERIAL_CMD_BAUDRATE, SERIAL_CMD_DATA, SERIAL_CMD_STOP, SERIAL_CMD_PARITY,
  SERIAL_CMD_ENTER_SETUP, SERIAL_CMD_LEAVE_SETUP
}
 Serial control command. 더 자세히 ...
 

함수

int serial_open (int id, int ctx_id)
 Serial 장치를 초기화 한다. 더 자세히 ...
 
int serial_read (int handle, char *buffer, int size)
 Serial 장치로 부터 데이터를 읽는다. 더 자세히 ...
 
int serial_write (int handle, const char *buffer, int size)
 Serial 장치에 데이터를 쓴다. 더 자세히 ...
 
int serial_ctrl (int handle, int cmd, va_list ap)
 Serial 장치를 제어한다. 더 자세히 ...
 
int serial_close (int handle)
 Serial 장치를 종료 시킨다. 더 자세히 ...
 
int serial_init (void)
 Serial 장치를 사용할 수 있도록 초기화 하는 함수 더 자세히 ...