Home
last modified time | relevance | path

Searched refs:_usart_sync_is_byte_received (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/src/
Dhal_usart_sync.c226 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()
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhpl_usart_sync.h219 bool _usart_sync_is_byte_received(const struct _usart_sync_device *const device);
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c442 bool _usart_sync_is_byte_received(const struct _usart_sync_device *const device) in _usart_sync_is_byte_received() function