Searched refs:out_u16 (Results 1 – 4 of 4) sorted by relevance
54 uint16_t out_u16) in z_vrfy_uart_poll_out_u16() argument57 z_impl_uart_poll_out_u16((const struct device *)dev, out_u16); in z_vrfy_uart_poll_out_u16()
742 static void uart_stm32_poll_out_u16(const struct device *dev, uint16_t out_u16) in uart_stm32_poll_out_u16() argument744 uart_stm32_poll_out_visitor(dev, out_u16, poll_out_u9); in uart_stm32_poll_out_u16()
66 void (*poll_out_u16)(const struct device *dev, uint16_t out_u16);189 static inline void z_impl_uart_poll_out_u16(const struct device *dev, uint16_t out_u16) in z_impl_uart_poll_out_u16() argument194 api->poll_out_u16(dev, out_u16); in z_impl_uart_poll_out_u16()197 ARG_UNUSED(out_u16); in z_impl_uart_poll_out_u16()
412 __syscall void uart_poll_out_u16(const struct device *dev, uint16_t out_u16);