Typedefs | |
| typedef void(* | WsfBufIoUartRxCback_t) (uint8_t rxByte) |
| Buffer IO UART Rx callback. More... | |
Functions | |
| uint32_t | WsfBufIoUartInit (void *pBuf, uint32_t size) |
| Initialize the platform UART. More... | |
| void | WsfBufIoUartRegister (WsfBufIoUartRxCback_t rxCback) |
| Register the platform UART RX callback. More... | |
| bool_t | WsfBufIoWrite (const uint8_t *pBuf, uint32_t len) |
| Transmit buffer on platform UART. More... | |
| typedef void(* WsfBufIoUartRxCback_t) (uint8_t rxByte) |
Buffer IO UART Rx callback.
Definition at line 48 of file wsf_bufio.h.
| uint32_t WsfBufIoUartInit | ( | void * | pBuf, |
| uint32_t | size | ||
| ) |
Initialize the platform UART.
| pBuf | Tx Buffer pointer. |
| size | Length of buffer. |
| void WsfBufIoUartRegister | ( | WsfBufIoUartRxCback_t | rxCback | ) |
Register the platform UART RX callback.
| [in] | Callback | function for UART RX. |
| bool_t WsfBufIoWrite | ( | const uint8_t * | pBuf, |
| uint32_t | len | ||
| ) |
Transmit buffer on platform UART.
| pBuf | Buffer to transmit. |
| len | Length of buffer in octets. |