Searched refs:TCC_INST_NUM (Results 1 – 25 of 65) sorted by relevance
123
49 void *_tcc_instances[TCC_INST_NUM];80 static uint8_t tcc_interrupt_vectors[TCC_INST_NUM] = { in _tcc_interrupt_get_interrupt_vector()81 MREPEAT(TCC_INST_NUM, _TCC_INTERRUPT_VECT_NUM, 0) in _tcc_interrupt_get_interrupt_vector()211 MREPEAT(TCC_INST_NUM, _TCC_INTERRUPT_HANDLER, 0)
91 # define TCC_MAXS { MREPEAT(TCC_INST_NUM, _TCC_MAX, 0) }92 # define TCC_EXTS { MREPEAT(TCC_INST_NUM, _TCC_EXT, 0) }99 const Tcc *const tcc_modules[TCC_INST_NUM] = TCC_INSTS;102 const uint8_t _tcc_gclk_ids[TCC_INST_NUM] = TCC_GCLK_IDS;105 const uint32_t _tcc_apbcmasks[TCC_INST_NUM] = TCC_APBCMASKS;108 const uint8_t _tcc_exts[TCC_INST_NUM] = TCC_EXTS;111 const uint8_t _tcc_sizes[TCC_INST_NUM] = TCC_SIZES;114 const uint32_t _tcc_maxs[TCC_INST_NUM] = TCC_MAXS;117 const uint8_t _tcc_cc_nums[TCC_INST_NUM] = TCC_CC_NUMS;120 const uint8_t _tcc_ow_nums[TCC_INST_NUM] = TCC_OW_NUMS;[all …]
59 extern void *_tcc_instances[TCC_INST_NUM];
501 #define TCC_INST_NUM 3 /**< \brief (TCC) Number of instances */ macro
486 #define TCC_INST_NUM 3 /**< \brief (TCC) Number of instances */ macro
513 #define TCC_INST_NUM 3 /**< \brief (TCC) Number of instances */ macro
525 #define TCC_INST_NUM 3 /**< \brief (TCC) Number of instances */ macro
527 #define TCC_INST_NUM 3 /**< \brief (TCC) Number of instances */ macro
503 #define TCC_INST_NUM 3 /**< \brief (TCC) Number of instances */ macro
515 #define TCC_INST_NUM 3 /**< \brief (TCC) Number of instances */ macro
510 #define TCC_INST_NUM 3 /**< \brief (TCC) Number of instances */ macro
Completed in 89 milliseconds