uart_io/uart_io.h File Reference
#include <stdio.h>
Go to the source code of this file.
Detailed Description
_ _ _ _ | |__ (_)_ __| | _| | ___ _ __ ___ ___ | '_ \| | '__| |/ / |/ _ \ '__/ __|/ _ \ | |_) | | | | <| | __/ | _ \ __/ |_.__/|_|_| |_|||_|(_)___/|
Public interface to the uart io subsystem
Copyright 2007 J�rgen Birkler jorgen.birkler@gmail.com
Definition in file uart_io.h.
Function Documentation
FILE* uart_io_init |
( |
void |
|
) |
|
Initialize the UART, interrupts, pin and software inverter.
Definition at line 172 of file uart_io.c.
Referenced by main().
00173 {
00174 uart_io_enable_tx();
00175 INVERTER1_ENABLE();
00176 return &uart_file_io;
00177 }
char uart_io_ok_to_powersave |
( |
void |
|
) |
|
Returns 1 if ok to disable CPU clock 0 if not
- Note:
- Not implemented; always return 1
Definition at line 179 of file uart_io.c.
00180 {
00181 return 0;
00182 }