Searched refs:tx_u16 (Results 1 – 2 of 2) sorted by relevance
53 int (*tx_u16)(const struct device *dev, const uint16_t *buf, size_t len, int32_t timeout); member528 return api->tx_u16(dev, buf, len, timeout); in z_impl_uart_tx_u16()
1942 .tx_u16 = uart_stm32_async_tx_u16,