56 #define E_PASS ((int32_t)(0)) 59 #define E_FAIL (-((int32_t)1)) 102 uint32_t
UART_puts(
const char *pTxBuffer, int32_t numBytesToWrite);
132 uint32_t
UART_gets(
char *pRxBuffer, int32_t numBytesToRead);
void UART_stdioInit(uint32_t value)
This function initializes the specified UART instance for use for console operations.
void UART_printStatus(const char *statusString)
This function prints the status on the UART instance that is opened for console operations.
void UART_putc(uint8_t byteTx)
uint32_t UART_puts(const char *pTxBuffer, int32_t numBytesToWrite)
This function writes data from a specified buffer onto the transmitter FIFO of UART.
int32_t UART_dataWrite(const char *pcBuf, uint32_t ulLen)
uint32_t UART_gets(char *pRxBuffer, int32_t numBytesToRead)
This function reads data from the receiver FIFO to a buffer in the receiver.
void UART_stdioInit2(uint32_t instance, UART_Params *uartParams)
This function initializes the specified UART instance for use for console operations ,...
void UART_printf(const char *pcString,...)
void UART_stdioDeInit(void)
This function de-initializes the UART instance that is opened for console operations.
Basic UART Parameters.
Definition: UART.h:373
int32_t UART_scanFmt(const char *pString,...)
This function shall read the formatted input from UART console. Format specifier follows %[fill][widt...