Searched refs:repeat (Results 1 – 3 of 3) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/ |
D | async_context_freertos.c | 46 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/ |
D | float_sci_m33.S | 605 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/ |
D | double_sci_m33.S | 155 …bl drr_core @ repeat range reduction with extra factor of 2^4 (, 2^8, 2^12, 2^16,.…
|