Bryan and Naved Debub monitor

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

UART_poll.cpp File Reference

UART_poll.cpp File Reference

----------------------------------------------------------------------------- More...

Go to the source code of this file.

Functions

void serial (void)
 function polls the serial port for Rx or Tx data

Detailed Description

-----------------------------------------------------------------------------

-- -- -- ECEN 5803 Mastering Embedded System Architecture -- -- Project 1 Module 3 -- -- Microcontroller Firmware -- -- UART_poll.c -- -- -- ------------------------------------------------------------------------------- -- -- Designed for: University of Colorado at Boulder -- -- -- Designed by: Tim Scherr -- Revised by: Student's name -- -- Version: 2.1 -- Date of current revision: 2017-09-20 -- Target Microcontroller: Freescale MKL25ZVMT4 -- Tools used: ARM mbed compiler -- ARM mbed SDK -- Freescale FRDM-KL25Z Freedom Board -- -- -- Functional Description: This file contains routines that support messages -- to and from the UART port. Included are: -- Serial() - a routine to send/receive bytes on the UART port to -- the transmit/receive buffers -- UART_put() - a routine that puts a character in the transmit buffer -- UART_get() - a routine that gets the next character from the receive -- buffer -- UART_msg_put() - a routine that puts a string in the transmit buffer -- UART_direct_msg_put() - routine that sends a string out the UART port -- UART_input() - determines if a character has been received -- UART_hex_put() - a routine that puts a hex byte in the transmit buffer -- -- Copyright (c) 2015 Tim Scherr All rights reserved. --

Definition in file UART_poll.cpp.


Function Documentation

void serial ( void   )

function polls the serial port for Rx or Tx data

Definition at line 73 of file UART_poll.cpp.