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