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

M-HAL ADC typedef define list information, including define of the ADC OS-HAL user's callback API typedef. More...

Overview

M-HAL ADC typedef define list information, including define of the ADC OS-HAL user's callback API typedef.

Typedefs

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

Typedef Documentation

typedef void(* adc_dma_callback_func)(void *user_data)

This defines the callback function prototype.

Usage: OS-HAL driver can use this function to register callback function.