Searched refs:reset_block (Results 1 – 8 of 8) sorted by relevance
13 reset_block(RESETS_RESET_ADC_BITS); in adc_init()
70 static inline void reset_block(uint32_t bits) { in reset_block() function
51 reset_block(pll_reset); in pll_init()
28 reset_block(RESETS_RESET_RTC_BITS); in rtc_init()
29 reset_block(uart_get_index(uart) ? RESETS_RESET_UART1_BITS : RESETS_RESET_UART0_BITS); in uart_reset()
72 reset_block(~( in runtime_init()
13 reset_block(spi == spi0 ? RESETS_RESET_SPI0_BITS : RESETS_RESET_SPI1_BITS); in spi_reset()
20 reset_block(i2c == i2c0 ? RESETS_RESET_I2C0_BITS : RESETS_RESET_I2C1_BITS); in i2c_reset()
Completed in 8 milliseconds