Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_freertos.c46 bool repeat; in process_under_lock() local
48 repeat = false; in process_under_lock()
59 repeat = pdFALSE == xTimerChangePeriod(self->timer_handle, ticks, ticks); in process_under_lock()
61 repeat = true; in process_under_lock()
63 } while (repeat); in process_under_lock()
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_sci_m33.S605 bl frr_core @ repeat range reduction with extra factor of 2^2 (, 2^4, 2^6, 2^8,...)
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_sci_m33.S155 …bl drr_core @ repeat range reduction with extra factor of 2^4 (, 2^8, 2^12, 2^16,.…