ADC_Window_register_window_callback

Register a callback function to be called if conversion satisfies window criteria.

void ADC_Window_register_window_callback(
    adc_irq_cb_t f
)

Parameters

f

Type: adc_irq_cb_t typedef

Pointer to function to be called

Returns

Type: void

Nothing.