Azure Sphere MT3620 M4 API Reference Manual
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Typedef

This section introduces the typedef that I2S M-HAL used. More...

Overview

This section introduces the typedef that I2S M-HAL used.

Typedefs

typedef void(* i2s_dma_callback_func )(void *user_data)
 This defines the callback function prototype. More...
 

Typedef Documentation

typedef void(* i2s_dma_callback_func)(void *user_data)

This defines the callback function prototype.

Usage: OS-HAL driver can use this function to register callback function.
For the use of the DMA interrupt handle, please refer to the section - Driver_Usage_Chapter.