Searched refs:_usart_sync_is_byte_received (Results 1 – 3 of 3) sorted by relevance
226 return _usart_sync_is_byte_received(&descr->device); in usart_sync_is_rx_not_empty()279 while (!_usart_sync_is_byte_received(&descr->device)) in usart_sync_read()
219 bool _usart_sync_is_byte_received(const struct _usart_sync_device *const device);
442 bool _usart_sync_is_byte_received(const struct _usart_sync_device *const device) in _usart_sync_is_byte_received() function