Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_uart/
Duart.c128 uint32_t current_fbrd = uart_get_hw(uart)->fbrd; in uart_disable_before_lcr_write() local
132 uint32_t brdiv_ratio = 64u * current_ibrd + current_fbrd; in uart_disable_before_lcr_write()