Home
last modified time | relevance | path

Searched refs:out_u16 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/serial/
Duart_handlers.c54 uint16_t out_u16) in z_vrfy_uart_poll_out_u16() argument
57 z_impl_uart_poll_out_u16((const struct device *)dev, out_u16); in z_vrfy_uart_poll_out_u16()
Duart_stm32.c742 static void uart_stm32_poll_out_u16(const struct device *dev, uint16_t out_u16) in uart_stm32_poll_out_u16() argument
744 uart_stm32_poll_out_visitor(dev, out_u16, poll_out_u9); in uart_stm32_poll_out_u16()
/Zephyr-latest/include/zephyr/drivers/uart/
Duart_internal.h66 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() argument
194 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()
/Zephyr-latest/include/zephyr/drivers/
Duart.h412 __syscall void uart_poll_out_u16(const struct device *dev, uint16_t out_u16);