Home
last modified time | relevance | path

Searched refs:SDADC_CALLBACK_ERROR (Results 1 – 3 of 3) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/
A Dsdadc_callback.c95 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()
A Dsdadc_callback.h115 if (callback_type == SDADC_CALLBACK_ERROR) { in sdadc_enable_callback()
150 if (callback_type == SDADC_CALLBACK_ERROR) { in sdadc_disable_callback()
A Dsdadc.h203 SDADC_CALLBACK_ERROR, enumerator

Completed in 11 milliseconds