please dont rip this site

A simple RTOS for microcontrollers based upon concepts of FreeRTOS

This file is part of SimpleRTOS2

by Isaac Marino Bavaresco

This is file "SimpleRTOS\SerialSAM3.h"

/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*

Note: This file was severely modified from the original FreeRTOS version.

*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
#if         !defined __SERIALSAM3_H__
#define __SERIALSAM3_H__
/*============================================================================*/
#include "SimpleRTOS.h"
/*============================================================================*/

typedef enum
    {
    COM_UART    = 1,    SERIAL1 = COM_UART,
    COM_USART0,         SERIAL2 = COM_USART0,
    COM_USART1,         SERIAL3 = COM_USART1,
    COM_USART2,         SERIAL4 = COM_USART2,
    } comport_t;

/*============================================================================*/

int SerialPortInitMinimal   ( unsigned int port, unsigned long BaudRate );
int SerialReceive           ( unsigned int port, tickcount_t TimeToWait );
int SerialTransmit          ( unsigned int port, signed char c, tickcount_t TimeToWait );

/*============================================================================*/
#endif  /*  !defined __SERIALSAM3_H__ */
/*============================================================================*/

file: /Techref/member/IMB-yahoo-J86/SerialSAM3.h.htm, 2KB, , updated: 2016/1/14 20:52, local time: 2024/3/19 04:46, owner: IMB-yahoo-J86,
TOP NEW HELP FIND: 
54.81.185.66:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.piclist.com/Techref/member/IMB-yahoo-J86/SerialSAM3.h.htm"> A simple RTOS for microcontrollers based upon concepts of FreeRTOS</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?