2.6.4.6.1 Function adc_register_callback()

Registers a callback.

void adc_register_callback( struct adc_module *const module, adc_callback_t callback_func, enum adc_callback callback_type)

Registers a callback function which is implemented by the user.

Note: The callback must be enabled for the interrupt handler to call it when the condition for the callback is met.
Table 2-27. Parameters
Data directionParameter nameDescription

[in]

module

Pointer to ADC software instance struct

[in]

callback_func

Pointer to callback function

[in]

callback_type

Callback type given by an enum