#include <stdint.h>
Go to the source code of this file.
Functions | |
void | AAUART_Init (void) |
int | AAUART_Getchar (void) |
void | AAUART_PutString (const char *str) |
void | AAUART_PutBytes (const uint8_t *bytes, uint32_t len) |
uint32_t | AAUART_GetRxOvfCount (void) |
void | AAUART_IRQHandler (void) |
uint32_t | AAUART_IsBusy (void) |
int AAUART_Getchar | ( | void | ) |
uint32_t AAUART_GetRxOvfCount | ( | void | ) |
uint32_t AAUART_IsBusy | ( | void | ) |
void AAUART_PutBytes | ( | const uint8_t * | bytes, |
uint32_t | len | ||
) |
void AAUART_PutString | ( | const char * | str | ) |