#include "uart.h"#include "./include/lpc2119.h"Go to the source code of this file.
Functions | |
| void | UARTInitialize (void) |
| int | UARTgetchar (int iType) |
| void | UARTWriteChar (char ch) |
| void | UARTWriteStr (char *string) |
| unsigned char | UARTReadChar (void) |
| int UARTgetchar | ( | int | iType | ) |
| void UARTInitialize | ( | void | ) |
Definition at line 29 of file uart.c.
References PCB_PINSEL0, UART0_DLL, UART0_DLM, UART0_FCR, UART0_IER, UART0_IIR, UART0_LCR, UARTWriteStr(), and WD_Reset().
Referenced by main().
| unsigned char UARTReadChar | ( | void | ) |
| void UARTWriteChar | ( | char | ch | ) |
| void UARTWriteStr | ( | char * | string | ) |
Definition at line 60 of file uart.c.
References UARTWriteChar().
Referenced by _EINT1_interrupt(), _strstr(), AD_Set_Reg(), AD_Start(), ADC_int(), EINT1_interrupt(), GetTimeRTC(), I2C_Initialize(), I2C_off(), I2C_SetSTO(), I2CTranserByte(), iContNum(), JtagInitialize(), jtagOff(), PWMInitialize(), PWMpinsInitialize(), ReadOnI2C(), ResetRTC(), RTC_interrupt(), SendSlaveAdress(), SetRTC(), SetRTCK_Value(), SetTDO_Value(), StartRTC(), StopRTC(), TIMER0_interrupt(), TIMER1_interrupt(), UART0_interrupt(), UARTInitialize(), WD_Init(), WD_interrupt(), WD_Reset(), and WriteOnI2C().
1.4.7