Home
last modified time | relevance | path

Searched refs:AC_INST_NUM (Results 1 – 25 of 90) sorted by relevance

1234

/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/
A Dac_callback.h58 #if (AC_INST_NUM > 1) && !defined(__DOXYGEN__)
69 static uint8_t ac_interrupt_vectors[AC_INST_NUM] = in _ac_interrupt_get_interrupt_vector()
72 #if (AC_INST_NUM == 2) in _ac_interrupt_get_interrupt_vector()
75 #if (AC_INST_NUM >= 3) in _ac_interrupt_get_interrupt_vector()
152 #if (AC_INST_NUM == 1) in ac_enable_callback()
155 #elif (AC_INST_NUM > 1) in ac_enable_callback()
A Dac_callback.c49 struct ac_module *_ac_instance[AC_INST_NUM];
114 #if (AC_INST_NUM == 1)
119 #elif (AC_INST_NUM == 2)
A Dac.h332 extern struct ac_module *_ac_instance[AC_INST_NUM];
732 #if (AC_INST_NUM > 1) && !defined(__DOXYGEN__)
744 static Ac *const ac_modules[AC_INST_NUM] = AC_INSTS; in _ac_get_inst_index()
747 for (uint32_t i = 0; i < AC_INST_NUM; i++) { in _ac_get_inst_index()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_sam_d_r_h/
A Dac.c148 #if (AC_INST_NUM == 2) in ac_init()
158 #elif (AC_INST_NUM >= 3) in ac_init()
172 # if (AC_INST_NUM == 1) in ac_init()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/ac/ac_sam_l_c/
A Dac.c152 # if (AC_INST_NUM == 1) in ac_init()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/
A Dsamd20e14.h376 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20e15.h376 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20g14.h383 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20g15.h383 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20g16.h383 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20g17.h383 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20g17u.h383 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20g18.h383 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20g18u.h383 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20e16.h376 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20e17.h376 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20e18.h376 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20j14.h396 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20j15.h396 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20j16.h396 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20j17.h396 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd20j18.h396 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/
A Dsamd21e15a.h404 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
A Dsamd21e15l.h396 #define AC_INST_NUM 2 /**< \brief (AC) Number of instances */ macro
A Dsamd21e16a.h404 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro

Completed in 79 milliseconds

1234