Searched refs:TC_INST_NUM (Results 1 – 25 of 98) sorted by relevance
1234
59 extern void *_tc_instances[TC_INST_NUM];73 static uint8_t tc_interrupt_vectors[TC_INST_NUM] = in _tc_interrupt_get_interrupt_vector()80 MRECURSION(TC_INST_NUM, _TC_INTERRUPT_VECT_NUM, TC_INST_MAX_ID) in _tc_interrupt_get_interrupt_vector()
50 void *_tc_instances[TC_INST_NUM];140 MRECURSION(TC_INST_NUM, _TC_INTERRUPT_HANDLER, TC_INST_MAX_ID)
64 # define TC_INST_GCLK_ID { MRECURSION(TC_INST_NUM, _TC_GCLK_ID, TC_INST_MAX_ID) }65 # define TC_INST_PM_APBCMASK { MRECURSION(TC_INST_NUM, _TC_PM_APBCMASK, TC_INST_MAX_ID) }80 Tc *const tc_modules[TC_INST_NUM] = TC_INSTS; in _tc_get_inst_index()83 for (uint32_t i = 0; i < TC_INST_NUM; i++) { in _tc_get_inst_index()
65 Tc *const tc_modules[TC_INST_NUM] = TC_INSTS; in _tc_get_inst_index()68 for (uint32_t i = 0; i < TC_INST_NUM; i++) { in _tc_get_inst_index()228 if ((config->counter_size == TC_COUNTER_SIZE_32BIT) && (instance+1 < TC_INST_NUM)) in tc_init()
454 #define TC_INST_NUM 6 /**< \brief (TC) Number of instances */ macro
463 #define TC_INST_NUM 6 /**< \brief (TC) Number of instances */ macro
478 #define TC_INST_NUM 8 /**< \brief (TC) Number of instances */ macro
495 #define TC_INST_NUM 3 /**< \brief (TC) Number of instances */ macro
480 #define TC_INST_NUM 3 /**< \brief (TC) Number of instances */ macro
Completed in 57 milliseconds