rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
connector_uart_dma.cpp File Reference

Functions

static void tsRxIRQHalfHandler (UARTDriver *uartp, uartflags_t full)
 
static void tsRxIRQIdleHandler (UARTDriver *uartp)
 

Function Documentation

◆ tsRxIRQHalfHandler()

static void tsRxIRQHalfHandler ( UARTDriver uartp,
uartflags_t  full 
)
static

Definition at line 34 of file connector_uart_dma.cpp.

34 {
35 UNUSED(full);
36 reinterpret_cast<UartDmaTsChannel*>(uartp->dmaAdapterInstance)->copyDataFromDMA();
37}
UNUSED(samplingTimeSeconds)

Referenced by UartDmaTsChannel::start().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tsRxIRQIdleHandler()

static void tsRxIRQIdleHandler ( UARTDriver uartp)
static

Definition at line 40 of file connector_uart_dma.cpp.

40 {
41 UNUSED(uartp);
42 reinterpret_cast<UartDmaTsChannel*>(uartp->dmaAdapterInstance)->copyDataFromDMA();
43}

Referenced by UartDmaTsChannel::start().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.