Searched refs:NUM_GENERIC_TIMERS (Results 1 – 6 of 6) sorted by relevance
74 #if NUM_GENERIC_TIMERS == 176 #elif NUM_GENERIC_TIMERS == 290 #if NUM_GENERIC_TIMERS == 192 #elif NUM_GENERIC_TIMERS == 2106 #if NUM_GENERIC_TIMERS == 1124 #if NUM_GENERIC_TIMERS == 1142 #if NUM_GENERIC_TIMERS == 1176 #if NUM_GENERIC_TIMERS == 1594 invalid_params_if(HARDWARE_TIMER, timer_num >= NUM_GENERIC_TIMERS); in timer_get_instance()
14 static hardware_alarm_callback_t alarm_callbacks[NUM_GENERIC_TIMERS][NUM_ALARMS];15 static uint32_t target_hi[NUM_GENERIC_TIMERS][NUM_ALARMS];16 static uint8_t timer_callbacks_pending[NUM_GENERIC_TIMERS];18 static_assert(NUM_ALARMS * NUM_GENERIC_TIMERS <= 8, "");19 static uint8_t claimed[NUM_GENERIC_TIMERS];
14 #define NUM_GENERIC_TIMERS 1u macro
35 #define NUM_GENERIC_TIMERS _u(1) macro
36 #define NUM_GENERIC_TIMERS _u(2) macro
14 #define TA_NUM_TIMERS NUM_GENERIC_TIMERS