Home
last modified time | relevance | path

Searched refs:tight_loop_contents (Results 1 – 19 of 19) sorted by relevance

/external/platform/pico/rp2_common/hardware_clocks/
A Dclocks.c73 tight_loop_contents(); in clock_configure()
103 tight_loop_contents(); in clock_configure()
143 tight_loop_contents(); in clocks_init()
146 tight_loop_contents(); in clocks_init()
216 tight_loop_contents(); in frequency_count_khz()
233 tight_loop_contents(); in frequency_count_khz()
/external/platform/pico/rp2_common/hardware_adc/include/hardware/
A Dadc.h137 tight_loop_contents(); in adc_read()
227 tight_loop_contents(); in adc_fifo_get_blocking()
239 tight_loop_contents(); in adc_fifo_drain()
/external/platform/pico/rp2_common/hardware_rtc/
A Drtc.c64 tight_loop_contents(); in rtc_set_datetime()
82 tight_loop_contents(); in rtc_set_datetime()
113 tight_loop_contents(); in rtc_enable_alarm()
189 tight_loop_contents(); in rtc_disable_alarm()
/external/platform/pico/rp2_common/pico_multicore/
A Dmulticore.c29 tight_loop_contents(); in multicore_fifo_push_blocking_inline()
45 tight_loop_contents(); in multicore_fifo_push_timeout_us()
110 while (!(*power_off & PSM_FRCE_OFF_PROC1_BITS)) tight_loop_contents(); in multicore_reset_core1()
190 tight_loop_contents(); // not tight but endless potentially in __not_in_flash_func()
/external/platform/pico/rp2_common/hardware_spi/
A Dspi.c114 tight_loop_contents(); in __not_in_flash_func()
122 tight_loop_contents(); in __not_in_flash_func()
184 tight_loop_contents(); in __not_in_flash_func()
191 tight_loop_contents(); in __not_in_flash_func()
/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h295 while (uart_get_hw(uart)->fr & UART_UARTFR_BUSY_BITS) tight_loop_contents(); in uart_tx_wait_blocking()
322 tight_loop_contents(); in uart_write_blocking()
339 tight_loop_contents(); in uart_read_blocking()
/external/platform/pico/rp2_common/pico_fix/rp2040_usb_device_enumeration/
A Drp2040_usb_device_enumeration.c58 while (hw_line_state() == LS_SE0) tight_loop_contents(); in hw_enumeration_fix_busy_wait_se0()
136 while (!(usb_hw->sie_status & USB_SIE_STATUS_CONNECTED_BITS)) tight_loop_contents(); in hw_enumeration_fix_finish()
/external/platform/pico/rp2_common/hardware_timer/
A Dtimer.c67 tight_loop_contents(); in busy_wait_us_32()
100 tight_loop_contents(); in busy_wait_until()
104 tight_loop_contents(); in busy_wait_until()
/external/platform/pico/rp2_common/hardware_adc/
A Dadc.c21 tight_loop_contents(); in adc_init()
/external/platform/pico/rp2_common/hardware_i2c/include/hardware/
A Di2c.h298 tight_loop_contents(); in i2c_write_raw_blocking()
316 tight_loop_contents(); in i2c_read_raw_blocking()
/external/platform/pico/rp2_common/hardware_i2c/
A Di2c.c171 tight_loop_contents(); in i2c_write_blocking_internal()
197 tight_loop_contents(); in i2c_write_blocking_internal()
278 tight_loop_contents(); in i2c_read_blocking_internal()
/external/platform/pico/rp2_common/hardware_resets/include/hardware/
A Dresets.h91 tight_loop_contents(); in unreset_block_wait()
/external/platform/pico/rp2_common/hardware_pll/
A Dpll.c65 while (!(pll->cs & PLL_CS_LOCK_BITS)) tight_loop_contents(); in pll_init()
/external/platform/pico/common/pico_time/
A Dtime.c436 tight_loop_contents(); in best_effort_wfe_or_timeout()
442 tight_loop_contents(); in best_effort_wfe_or_timeout()
452 tight_loop_contents(); in best_effort_wfe_or_timeout()
/external/platform/pico/rp2_common/hardware_pwm/include/hardware/
A Dpwm.h366 tight_loop_contents(); in pwm_advance_count()
383 tight_loop_contents(); in pwm_retard_count()
/external/platform/pico/rp2_common/hardware_dma/include/hardware/
A Ddma.h532 while (dma_hw->ch[channel].ctrl_trig & DMA_CH0_CTRL_TRIG_BUSY_BITS) tight_loop_contents(); in dma_channel_abort()
712 while (dma_channel_is_busy(channel)) tight_loop_contents(); in dma_channel_wait_for_finish_blocking()
/external/platform/pico/rp2_common/hardware_pio/include/hardware/
A Dpio.h885 while (pio_sm_is_exec_stalled(pio, sm)) tight_loop_contents(); in pio_sm_exec_wait_blocking()
1116 while (pio_sm_is_tx_fifo_full(pio, sm)) tight_loop_contents(); in pio_sm_put_blocking()
1129 while (pio_sm_is_rx_fifo_empty(pio, sm)) tight_loop_contents(); in pio_sm_get_blocking()
/external/platform/pico/rp2_common/pico_platform/include/pico/
A Dplatform.h436 static __force_inline void tight_loop_contents(void) {} in tight_loop_contents() function
/external/platform/pico/rp2_common/pico_cyw43_driver/
A Dcyw43_bus_pio_spi.c311 tight_loop_contents(); // todo timeout in cyw43_spi_transfer()

Completed in 39 milliseconds