Searched refs:_usart_sync_write_byte (Results 1 – 3 of 3) sorted by relevance
187 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data);
255 _usart_sync_write_byte(&descr->device, buf[offset]); in usart_sync_write()
402 void _usart_sync_write_byte(struct _usart_sync_device *const device, uint8_t data) in _usart_sync_write_byte() function