Home
last modified time | relevance | path

Searched refs:DAC_CALLBACK_N (Results 1 – 7 of 7) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_d_c_h/
A Ddac_feature.h404 bool callback_enable[DAC_CALLBACK_N];
406 dac_callback_t callback[DAC_CALLBACK_N];
A Ddac_callback.c205 if ((uint8_t)type < DAC_CALLBACK_N) { in dac_register_callback()
246 if ((uint8_t)type < DAC_CALLBACK_N) { in dac_unregister_callback()
A Ddac.c258 for (uint8_t i = 0; i < DAC_CALLBACK_N; i++) { in dac_is_syncing()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/dac_sam_l/
A Ddac_feature.h420 bool callback_enable[DAC_CHANNEL_N][DAC_CALLBACK_N];
422 dac_callback_t callback[DAC_CHANNEL_N][DAC_CALLBACK_N];
A Ddac_callback.c209 if ((uint8_t)type < DAC_CALLBACK_N) { in dac_register_callback()
248 if ((uint8_t)type < DAC_CALLBACK_N) { in dac_unregister_callback()
A Ddac.c208 for (uint8_t j = 0; j < DAC_CALLBACK_N; j++) { in dac_init()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/dac/
A Ddac.h104 DAC_CALLBACK_N, enumerator

Completed in 21 milliseconds