SCI ModuleΒΆ

The SCI driver provides functions which can configure the data word length, baud rate, parity, and stop bits of the SCI communication. It can also be used to perform an autobaud lock, enable or disable loopback mode, enable the FIFO enhancement, configure interrupts, and send and receive data. If FIFO enhancement is enabled, the application must use the provided FIFO read and write functions to guarantee proper execution.

/.. doxygengroup:: sci_api

The code for this module is contained in driverlib/sci.c, with driverlib/sci.h containing the API declarations for use by applications.