1.1.4.4.9 UART_Write Function
C
void UART_Write(int8_t *wb, uint32_t len);Description
This function writes the given buffer in SERCOM UART for the given length.
Parameters
| Param | Description |
|---|---|
| wb | write buffer |
| len | length to write |
Returns
None
void UART_Write(int8_t *wb, uint32_t len);This function writes the given buffer in SERCOM UART for the given length.
| Param | Description |
|---|---|
| wb | write buffer |
| len | length to write |
None