Searched refs:AC_INST_NUM (Results 1 – 25 of 90) sorted by relevance
1234
58 #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()
49 struct ac_module *_ac_instance[AC_INST_NUM];114 #if (AC_INST_NUM == 1)119 #elif (AC_INST_NUM == 2)
332 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()
148 #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()
152 # if (AC_INST_NUM == 1) in ac_init()
376 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
383 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
396 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
404 #define AC_INST_NUM 1 /**< \brief (AC) Number of instances */ macro
396 #define AC_INST_NUM 2 /**< \brief (AC) Number of instances */ macro
Completed in 79 milliseconds