Searched defs:gxio_uart_context_t (Results 1 - 1 of 1) sorted by relevance

/arch/tile/include/gxio/
H A Duart.h42 } gxio_uart_context_t; typedef in typeref:struct:__anon2907
49 * @param context Pointer to a properly initialized gxio_uart_context_t.
58 extern int gxio_uart_cfg_interrupt(gxio_uart_context_t *context,
68 * @param context Pointer to a gxio_uart_context_t, which will be initialized
74 extern int gxio_uart_init(gxio_uart_context_t *context, int uart_index);
84 * @param context Pointer to a gxio_uart_context_t.
88 extern int gxio_uart_destroy(gxio_uart_context_t *context);
91 * @param context Pointer to a gxio_uart_context_t.
95 extern void gxio_uart_write(gxio_uart_context_t *context, uint64_t offset,
99 * @param context Pointer to a gxio_uart_context_t
[all...]

Completed in 87 milliseconds