Home
last modified time | relevance | path

Searched refs:NUM_GENERIC_TIMERS (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_timer/include/hardware/
Dtimer.h74 #if NUM_GENERIC_TIMERS == 1
76 #elif NUM_GENERIC_TIMERS == 2
90 #if NUM_GENERIC_TIMERS == 1
92 #elif NUM_GENERIC_TIMERS == 2
106 #if NUM_GENERIC_TIMERS == 1
124 #if NUM_GENERIC_TIMERS == 1
142 #if NUM_GENERIC_TIMERS == 1
176 #if NUM_GENERIC_TIMERS == 1
594 invalid_params_if(HARDWARE_TIMER, timer_num >= NUM_GENERIC_TIMERS); in timer_get_instance()
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/
Dtimer.c14 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];
/hal_rpi_pico-latest/src/host/pico_platform/include/hardware/
Dplatform_defs.h14 #define NUM_GENERIC_TIMERS 1u macro
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/
Dplatform_defs.h35 #define NUM_GENERIC_TIMERS _u(1) macro
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/
Dplatform_defs.h36 #define NUM_GENERIC_TIMERS _u(2) macro
/hal_rpi_pico-latest/src/rp2_common/pico_time_adapter/include/pico/
Dtime_adapter.h14 #define TA_NUM_TIMERS NUM_GENERIC_TIMERS