EU1KY AA
aauart.h File Reference
#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)
 

Function Documentation

int AAUART_Getchar ( void  )
uint32_t AAUART_GetRxOvfCount ( void  )
void AAUART_Init ( void  )
void AAUART_IRQHandler ( void  )
uint32_t AAUART_IsBusy ( void  )
void AAUART_PutBytes ( const uint8_t *  bytes,
uint32_t  len 
)
void AAUART_PutString ( const char *  str)