Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_uarte.c97 #if defined(UARTE_CONFIG_STOP_Msk) in nrf_uarte_configure()
/nrf_hw_models-latest/src/HW_models/
DNHW_UART.c322 if (CONFIG & UARTE_CONFIG_STOP_Msk) { /* Two stop bits */ in nhw_uarte_one_byte_time()
DNRF5340_peri_types.h6601 #define UARTE_CONFIG_STOP_Msk (0x1UL << UARTE_CONFIG_STOP_Pos) /*!< Bit mask of STOP field. */ macro