|
ncloader
0.1
|
이 그래프는 이 파일을 직/간접적으로 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 장치를 사용할 수 있도록 초기화 하는 함수 더 자세히 ... | |