Home
last modified time | relevance | path

Searched refs:RESETS_RESET_UART0_BITS (Results 1 – 3 of 3) sorted by relevance

/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()
34 unreset_block_wait(uart_get_index(uart) ? RESETS_RESET_UART1_BITS : RESETS_RESET_UART0_BITS); in uart_unreset()
/lk-master/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c80 RESETS_RESET_UART0_BITS | in runtime_init()
/lk-master/external/platform/pico/rp2040/hardware_regs/include/hardware/regs/
A Dresets.h41 #define RESETS_RESET_UART0_BITS 0x00400000 macro

Completed in 8 milliseconds