Searched refs:SDADC_CALLBACK_ERROR (Results 1 – 3 of 3) sorted by relevance
95 if ((module->enabled_callback_mask & (1 << SDADC_CALLBACK_ERROR)) && in _sdadc_interrupt_handler()96 (module->registered_callback_mask & (1 << SDADC_CALLBACK_ERROR))) { in _sdadc_interrupt_handler()97 (module->callback[SDADC_CALLBACK_ERROR])(module); in _sdadc_interrupt_handler()
115 if (callback_type == SDADC_CALLBACK_ERROR) { in sdadc_enable_callback()150 if (callback_type == SDADC_CALLBACK_ERROR) { in sdadc_disable_callback()
203 SDADC_CALLBACK_ERROR, enumerator
Completed in 11 milliseconds