Home
last modified time | relevance | path

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

12

/hal_rpi_pico-latest/src/rp2_common/hardware_xosc/
Dxosc.c41 tight_loop_contents(); in xosc_init()
52 tight_loop_contents(); in xosc_disable()
61 tight_loop_contents(); in xosc_dormant()
/hal_rpi_pico-latest/src/host/pico_platform/
Dplatform_base.c12 PICO_WEAK_FUNCTION_DEF(tight_loop_contents) in PICO_WEAK_FUNCTION_DEF() argument
13 void PICO_WEAK_FUNCTION_IMPL_NAME(tight_loop_contents)() { in PICO_WEAK_FUNCTION_DEF()
/hal_rpi_pico-latest/src/rp2_common/hardware_vreg/
Dvreg.c25 tight_loop_contents(); in vreg_set_voltage()
33 tight_loop_contents(); in vreg_set_voltage()
/hal_rpi_pico-latest/src/rp2_common/hardware_adc/include/hardware/
Dadc.h179 tight_loop_contents(); in pico_adc_read()
288 tight_loop_contents(); in adc_fifo_get_blocking()
300 tight_loop_contents(); in adc_fifo_drain()
/hal_rpi_pico-latest/src/rp2_common/hardware_rtc/
Drtc.c63 tight_loop_contents(); in rtc_set_datetime()
81 tight_loop_contents(); in rtc_set_datetime()
112 tight_loop_contents(); in rtc_enable_alarm()
188 tight_loop_contents(); in rtc_disable_alarm()
/hal_rpi_pico-latest/src/rp2_common/hardware_sha256/include/hardware/
Dsha256.h142 tight_loop_contents(); in sha256_wait_valid_blocking()
154 tight_loop_contents(); in sha256_wait_ready_blocking()
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init_clocks.c60 tight_loop_contents(); in runtime_init_clocks()
63 tight_loop_contents(); in runtime_init_clocks()
/hal_rpi_pico-latest/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/
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()
/hal_rpi_pico-latest/src/rp2_common/hardware_adc/
Dadc.c20 tight_loop_contents(); in adc_init()
/hal_rpi_pico-latest/src/rp2_common/hardware_spi/
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()
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h432 while (uart_get_hw(uart)->fr & UART_UARTFR_BUSY_BITS) tight_loop_contents(); in uart_tx_wait_blocking()
462 tight_loop_contents(); in uart_write_blocking()
479 tight_loop_contents(); in uart_read_blocking()
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/
Dclocks.c55 tight_loop_contents(); in clock_configure_internal()
85 tight_loop_contents(); in clock_configure_internal()
138 tight_loop_contents(); in frequency_count_khz()
155 tight_loop_contents(); in frequency_count_khz()
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/
Dtimer.c83 tight_loop_contents(); in timer_busy_wait_us_32()
116 tight_loop_contents(); in timer_busy_wait_until()
120 tight_loop_contents(); in timer_busy_wait_until()
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/
Dmulticore.c42 tight_loop_contents(); in multicore_fifo_push_timeout_us()
112 while (!(*power_off & PSM_FRCE_OFF_PROC1_BITS)) tight_loop_contents(); in multicore_reset_core1()
218 tight_loop_contents(); // not tight but endless potentially in __not_in_flash_func()
/hal_rpi_pico-latest/src/rp2_common/hardware_pll/
Dpll.c63 while (!(pll->cs & PLL_CS_LOCK_BITS)) tight_loop_contents(); in pll_init()
/hal_rpi_pico-latest/src/rp2_common/hardware_boot_lock/include/hardware/
Dboot_lock.h60 tight_loop_contents(); in boot_lock_unsafe_blocking()
/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/include/hardware/
Di2c.h399 tight_loop_contents(); in i2c_write_raw_blocking()
417 tight_loop_contents(); in i2c_read_raw_blocking()
/hal_rpi_pico-latest/src/rp2040/pico_platform/include/pico/
Dplatform.h87 static __force_inline void tight_loop_contents(void) {} in tight_loop_contents() function
/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/
Di2c.c175 tight_loop_contents(); in i2c_write_blocking_internal()
201 tight_loop_contents(); in i2c_write_blocking_internal()
292 tight_loop_contents(); in i2c_read_blocking_internal()
/hal_rpi_pico-latest/src/rp2_common/hardware_resets/include/hardware/
Dresets.h82 tight_loop_contents(); in unreset_block_reg_mask_wait_blocking()
/hal_rpi_pico-latest/src/rp2350/pico_platform/include/pico/
Dplatform.h80 static __force_inline void tight_loop_contents(void) {} in tight_loop_contents() function
/hal_rpi_pico-latest/src/host/hardware_uart/
Duart.c121 tight_loop_contents(); in uart_getc()
/hal_rpi_pico-latest/src/host/hardware_sync/
Dsync_core0_only.c104 while (!event_fired) tight_loop_contents(); in PICO_WEAK_FUNCTION_DEF()
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/include/pico/
Dmulticore.h187 tight_loop_contents(); in multicore_fifo_push_blocking_inline()
/hal_rpi_pico-latest/src/host/pico_platform/include/pico/
Dplatform.h44 extern void tight_loop_contents();

12