Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_usart_sync.h187 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data);
/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_usart_sync.c255 _usart_sync_write_byte(&descr->device, buf[offset]); in usart_sync_write()
/loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c402 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data) in _usart_sync_write_byte() function