LUFA Library  140302
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Serial Port Driver - LUFA/Drivers/Board/Serial.h

Hardware Serial UART/USART driver. More...

Functions

static void SerialPortInit (void)
 

Detailed Description

Module Source Dependencies

The following files must be built with any user project that uses this module:

Module Description

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.

Note
The exact API for this driver may vary depending on the target used - see individual target module documentation for the API specific to your target processor.

Example Usage

The following snippet is an example of how this module may be used within a typical application.

// Initialize the Serial driver before first use

Function Documentation

static void SerialPortInit ( void  )
inlinestatic

Initializes the Serial driver, USART1 for STK3700

This must be called before any Serial driver functions are used.