IRQ Handler and Callbacks

IRQ Handler and Callbacks functions. More...

Functions

void hal_dspi_irq_handler (dspi_handle_t *p_dspi)
 Handle DSPI interrupt request. More...
 
void hal_dspi_tx_cplt_callback (dspi_handle_t *p_dspi)
 Tx Transfer completed callback. More...
 
void hal_dspi_error_callback (dspi_handle_t *p_dspi)
 DSPI error callback. More...
 
void hal_dspi_abort_callback (dspi_handle_t *p_dspi)
 DSPI Abort callback. More...
 

Detailed Description

IRQ Handler and Callbacks functions.

Function Documentation

◆ hal_dspi_abort_callback()

void hal_dspi_abort_callback ( dspi_handle_t p_dspi)

DSPI Abort callback.

Parameters
[in]p_dspiPointer to a DSPI handle which contains the configuration information for the specified DSPI module.

◆ hal_dspi_error_callback()

void hal_dspi_error_callback ( dspi_handle_t p_dspi)

DSPI error callback.

Parameters
[in]p_dspiPointer to a DSPI handle which contains the configuration information for the specified DSPI module.

◆ hal_dspi_irq_handler()

void hal_dspi_irq_handler ( dspi_handle_t p_dspi)

Handle DSPI interrupt request.

Parameters
[in]p_dspiPointer to a DSPI handle which contains the configuration information for the specified DSPI module.

◆ hal_dspi_tx_cplt_callback()

void hal_dspi_tx_cplt_callback ( dspi_handle_t p_dspi)

Tx Transfer completed callback.

Parameters
[in]p_dspiPointer to a DSPI handle which contains the configuration information for the specified DSPI module.