1.1.4.4.8 UART_Read Function

C

uint32_t UART_Read(uint8_t *rb, const uint32_t len, const int32_t wait);

Description

This function reads the SERCOM UART for the given length.

Parameters

ParamDescription
rbread buffer
lenlength to read
waitwait timeout

Returns

None