Searched refs:NUM_TIMERS (Results 1 – 5 of 5) sorted by relevance
14 static hardware_alarm_callback_t alarm_callbacks[NUM_TIMERS];15 static uint32_t target_hi[NUM_TIMERS];18 static_assert(NUM_TIMERS <= 4, "");37 return hw_claim_unused_from_range(&claimed, required, 0, NUM_TIMERS - 1, "No timers available"); in hardware_alarm_claim_unused()
44 io_rw_32 alarm[NUM_TIMERS]; // 4105 static_assert( NUM_TIMERS == 4, "");
32 #define NUM_TIMERS _u(4) macro
54 invalid_params_if(TIMER, alarm_num >= NUM_TIMERS); in check_hardware_alarm_num_param()
55 static alarm_pool_t *pools[NUM_TIMERS];
Completed in 7 milliseconds