| /external/platform/pico/rp2_common/hardware_clocks/ |
| A D | clocks.c | 73 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 D | adc.h | 137 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 D | rtc.c | 64 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 D | multicore.c | 29 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 D | spi.c | 114 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 D | uart.h | 295 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 D | rp2040_usb_device_enumeration.c | 58 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 D | timer.c | 67 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 D | adc.c | 21 tight_loop_contents(); in adc_init()
|
| /external/platform/pico/rp2_common/hardware_i2c/include/hardware/ |
| A D | i2c.h | 298 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 D | i2c.c | 171 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 D | resets.h | 91 tight_loop_contents(); in unreset_block_wait()
|
| /external/platform/pico/rp2_common/hardware_pll/ |
| A D | pll.c | 65 while (!(pll->cs & PLL_CS_LOCK_BITS)) tight_loop_contents(); in pll_init()
|
| /external/platform/pico/common/pico_time/ |
| A D | time.c | 436 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 D | pwm.h | 366 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 D | dma.h | 532 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 D | pio.h | 885 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 D | platform.h | 436 static __force_inline void tight_loop_contents(void) {} in tight_loop_contents() function
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/ |
| A D | cyw43_bus_pio_spi.c | 311 tight_loop_contents(); // todo timeout in cyw43_spi_transfer()
|