Home
last modified time | relevance | path

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

/lk-master/external/platform/pico/rp2_common/hardware_adc/
A Dadc.c13 reset_block(RESETS_RESET_ADC_BITS); in adc_init()
/lk-master/external/platform/pico/rp2_common/hardware_resets/include/hardware/
A Dresets.h66 static inline void reset_block(uint32_t bits) { in reset_block() function
/lk-master/external/platform/pico/rp2_common/hardware_uart/
A Duart.c29 reset_block(uart_get_index(uart) ? RESETS_RESET_UART1_BITS : RESETS_RESET_UART0_BITS); in uart_reset()
/lk-master/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c66 reset_block(~( in runtime_init()
/lk-master/external/platform/pico/rp2_common/hardware_rtc/
A Drtc.c28 reset_block(RESETS_RESET_RTC_BITS); in rtc_init()
/lk-master/external/platform/pico/rp2_common/hardware_spi/
A Dspi.c13 reset_block(spi == spi0 ? RESETS_RESET_SPI0_BITS : RESETS_RESET_SPI1_BITS); in spi_reset()
/lk-master/external/platform/pico/rp2_common/hardware_clocks/
A Dclocks.c151 reset_block(RESETS_RESET_PLL_SYS_BITS | RESETS_RESET_PLL_USB_BITS); in clocks_init()
/lk-master/external/platform/pico/rp2_common/hardware_i2c/
A Di2c.c20 reset_block(i2c == i2c0 ? RESETS_RESET_I2C0_BITS : RESETS_RESET_I2C1_BITS); in i2c_reset()

Completed in 15 milliseconds