Searched refs:poll_in_u16 (Results 1 – 2 of 2) sorted by relevance
65 int (*poll_in_u16)(const struct device *dev, uint16_t *p_u16); member170 if (api->poll_in_u16 == NULL) { in z_impl_uart_poll_in_u16()174 return api->poll_in_u16(dev, p_u16); in z_impl_uart_poll_in_u16()
1950 .poll_in_u16 = uart_stm32_poll_in_u16,