Home
last modified time | relevance | path

Searched refs:unreset_block_wait (Results 1 – 8 of 8) sorted by relevance

/external/platform/pico/rp2_common/hardware_adc/
A Dadc.c14 unreset_block_wait(RESETS_RESET_ADC_BITS); in adc_init()
/external/platform/pico/rp2_common/hardware_resets/include/hardware/
A Dresets.h88 static inline void unreset_block_wait(uint32_t bits) { in unreset_block_wait() function
/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c83 unreset_block_wait(RESETS_RESET_BITS & ~( in runtime_init()
113 unreset_block_wait(RESETS_RESET_BITS); in runtime_init()
/external/platform/pico/rp2_common/hardware_pll/
A Dpll.c52 unreset_block_wait(pll_reset); in pll_init()
/external/platform/pico/rp2_common/hardware_rtc/
A Drtc.c29 unreset_block_wait(RESETS_RESET_RTC_BITS); in rtc_init()
/external/platform/pico/rp2_common/hardware_uart/
A Duart.c34 unreset_block_wait(uart_get_index(uart) ? RESETS_RESET_UART1_BITS : RESETS_RESET_UART0_BITS); in uart_unreset()
/external/platform/pico/rp2_common/hardware_spi/
A Dspi.c18 unreset_block_wait(spi == spi0 ? RESETS_RESET_SPI0_BITS : RESETS_RESET_SPI1_BITS); in spi_unreset()
/external/platform/pico/rp2_common/hardware_i2c/
A Di2c.c25 unreset_block_wait(i2c == i2c0 ? RESETS_RESET_I2C0_BITS : RESETS_RESET_I2C1_BITS); in i2c_unreset()

Completed in 635 milliseconds