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
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.