Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c759 nrfx_timer_config_t tmr_config = NRFX_TIMER_DEFAULT_CONFIG( in uarte_nrfx_rx_counting_init() local
764 tmr_config.mode = NRF_TIMER_MODE_COUNTER; in uarte_nrfx_rx_counting_init()
765 tmr_config.bit_width = NRF_TIMER_BIT_WIDTH_32; in uarte_nrfx_rx_counting_init()
767 &tmr_config, in uarte_nrfx_rx_counting_init()