Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/serial/
Duart_nrfx_uarte.c640 nrfx_timer_config_t tmr_config = NRFX_TIMER_DEFAULT_CONFIG( in uarte_nrfx_rx_counting_init() local
643 tmr_config.mode = NRF_TIMER_MODE_COUNTER; in uarte_nrfx_rx_counting_init()
644 tmr_config.bit_width = NRF_TIMER_BIT_WIDTH_32; in uarte_nrfx_rx_counting_init()
646 &tmr_config, in uarte_nrfx_rx_counting_init()