Medidor Online de Temperatura y Humedad de Bajo Consumo
1
Trabajo Fin de Carrera
|
Ir al código fuente de este archivo.
'defines' | |
#define | IER_RBR 0x01 |
#define | IER_THRE 0x02 |
#define | IER_RLS 0x04 |
#define | IIR_PEND 0x01 |
#define | IIR_RLS 0x03 |
#define | IIR_RDA 0x02 |
#define | IIR_CTI 0x06 |
#define | IIR_THRE 0x01 |
#define | LSR_RDR 0x01 |
#define | LSR_OE 0x02 |
#define | LSR_PE 0x04 |
#define | LSR_FE 0x08 |
#define | LSR_BI 0x10 |
#define | LSR_THRE 0x20 |
#define | LSR_TEMT 0x40 |
#define | LSR_RXFE 0x80 |
#define | BUFSIZE 512 |
Funciones | |
uint32_t | UARTInit (uint32_t portNum, uint32_t Baudrate) |
void | UART0_IRQHandler (void) |
void | UART1_IRQHandler (void) |
void | UARTSend (uint32_t portNum, uint8_t *BufferPtr, uint32_t Length) |
#define BUFSIZE 512 |
#define IER_RBR 0x01 |
#define IER_RLS 0x04 |
#define IER_THRE 0x02 |
#define IIR_CTI 0x06 |
#define IIR_PEND 0x01 |
#define IIR_RDA 0x02 |
#define IIR_RLS 0x03 |
#define IIR_THRE 0x01 |
#define LSR_BI 0x10 |
#define LSR_FE 0x08 |
#define LSR_OE 0x02 |
#define LSR_PE 0x04 |
#define LSR_RDR 0x01 |
#define LSR_RXFE 0x80 |
#define LSR_TEMT 0x40 |
#define LSR_THRE 0x20 |
void UART0_IRQHandler | ( | void | ) |
void UART1_IRQHandler | ( | void | ) |
uint32_t UARTInit | ( | uint32_t | portNum, |
uint32_t | Baudrate | ||
) |
void UARTSend | ( | uint32_t | portNum, |
uint8_t * | BufferPtr, | ||
uint32_t | Length | ||
) |