/hal_rpi_pico-latest/src/rp2_common/hardware_xosc/ |
D | xosc.c | 41 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/ |
D | platform_base.c | 12 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/ |
D | vreg.c | 25 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/ |
D | adc.h | 179 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/ |
D | rtc.c | 63 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/ |
D | sha256.h | 142 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/ |
D | runtime_init_clocks.c | 60 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/ |
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()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_adc/ |
D | adc.c | 20 tight_loop_contents(); in adc_init()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_spi/ |
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()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/ |
D | uart.h | 432 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/ |
D | clocks.c | 55 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/ |
D | timer.c | 83 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/ |
D | multicore.c | 42 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/ |
D | pll.c | 63 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/ |
D | boot_lock.h | 60 tight_loop_contents(); in boot_lock_unsafe_blocking()
|
/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/include/hardware/ |
D | i2c.h | 399 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/ |
D | platform.h | 87 static __force_inline void tight_loop_contents(void) {} in tight_loop_contents() function
|
/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/ |
D | i2c.c | 175 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/ |
D | resets.h | 82 tight_loop_contents(); in unreset_block_reg_mask_wait_blocking()
|
/hal_rpi_pico-latest/src/rp2350/pico_platform/include/pico/ |
D | platform.h | 80 static __force_inline void tight_loop_contents(void) {} in tight_loop_contents() function
|
/hal_rpi_pico-latest/src/host/hardware_uart/ |
D | uart.c | 121 tight_loop_contents(); in uart_getc()
|
/hal_rpi_pico-latest/src/host/hardware_sync/ |
D | sync_core0_only.c | 104 while (!event_fired) tight_loop_contents(); in PICO_WEAK_FUNCTION_DEF()
|
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/include/pico/ |
D | multicore.h | 187 tight_loop_contents(); in multicore_fifo_push_blocking_inline()
|
/hal_rpi_pico-latest/src/host/pico_platform/include/pico/ |
D | platform.h | 44 extern void tight_loop_contents();
|