Loading...
Searching...
No Matches
uart_isr_ctx_t Struct Reference

Interrupt context for a UART device. More...

Detailed Description

Interrupt context for a UART device.

Definition at line 121 of file uart.h.

#include <uart.h>

Data Fields

uart_rx_cb_t rx_cb
 data received interrupt callback
 
void * arg
 argument to data received callback
 

Field Documentation

◆ arg

void* uart_isr_ctx_t::arg

argument to data received callback

Definition at line 123 of file uart.h.

◆ rx_cb

uart_rx_cb_t uart_isr_ctx_t::rx_cb

data received interrupt callback

Definition at line 122 of file uart.h.


The documentation for this struct was generated from the following file: