#include "board.h"
#include "fsl_flexio_uart_driver.h"
#include "fsl_clock_manager.h"
#include "fsl_lpuart_driver.h"
#include "fsl_debug_console.h"
#define COMM_UART_INSTANCE |
bool flexio_uart_compare |
( |
uint8_t * |
txBuff, |
|
|
uint8_t * |
rxBuff, |
|
|
uint32_t |
count |
|
) |
| |
- Parameters
-
source | The pointer to send buffer |
sink | The pointer to received buffer |
count | The number of bytes to be compared |
- Returns
- true or false
void flexio_uart_reset_buffer |
( |
uint8_t * |
txBuff, |
|
|
uint32_t |
count |
|
) |
| |
- Parameters
-
source | The pointer to the buffer |
size | of the buffer |
Function prototype for main function.
- Parameters
-
receiveBuff | Buffer used to hold received data |
Return code from each SSD function
Address of the target location
Return protection status
Number of longword or phrase to be verified
0=normal, 1=user, 2=factory - margin read for reading
uint32_t s_flexioInstance |
|
static |
flexio_uart_state_t uartState |