Hardware Serial UART/USART driver. More...
Functions | |
static void | SerialPortInit (void) |
The following files must be built with any user project that uses this module:
Hardware serial USART driver. This module provides an easy to use driver for the setup and transfer of data over the selected architecture and microcontroller model's UART/USART port.
The following snippet is an example of how this module may be used within a typical application.
|
inlinestatic |
Initializes the Serial driver, USART1 for STK3700
This must be called before any Serial driver functions are used.