artik_serial_config Struct Reference
SERIAL configuration structure. More...
#include <systemio/artik_serial.h>
Data Fields | |
| unsigned int | port_num |
| Port number of the SERIAL in use. | |
| char * | name |
| Friendly name for the SERIAL module. | |
| artik_serial_baudrate_t | baudrate |
| Baudrate of the SERIAL module. | |
| artik_serial_parity_t | parity |
| Parity of the SERIAL module. | |
| artik_serial_data_bits_t | data_bits |
| Data bit length of the SERIAL module. | |
| artik_serial_stop_bits_t | stop_bits |
| Stop bit of the SERIAL module. | |
| artik_serial_flowcontrol_t | flowctrl |
| Control of the SERIAL module. | |
| void * | data_user |
| Pointer to data for internal use by the API. | |
Detailed Description
Structure containing the configuration elements for a single requested SERIAL
- Examples:
- serial_test/artik_serial_test.c.
Definition at line 147 of file artik_serial.h.
The documentation for this struct was generated from the following file:
- inc/systemio/artik_serial.h
Last updated on: