Home
last modified time | relevance | path

Searched refs:uarte (Results 1 – 25 of 123) sorted by relevance

12345

/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c375 NRF_UARTE_Type *uarte = get_uarte_instance(dev); in endtx_isr() local
379 if (nrf_uarte_event_check(uarte, NRF_UARTE_EVENT_ENDTX)) { in endtx_isr()
380 nrf_uarte_event_clear(uarte, NRF_UARTE_EVENT_ENDTX); in endtx_isr()
381 nrf_uarte_task_trigger(uarte, NRF_UARTE_TASK_STOPTX); in endtx_isr()
439 NRF_UARTE_Type *uarte = get_uarte_instance(dev); in uarte_nrfx_isr_int() local
445 nrf_uarte_int_enable_check(uarte, NRF_UARTE_INT_ENDTX_MASK) && in uarte_nrfx_isr_int()
446 nrf_uarte_event_check(uarte, NRF_UARTE_EVENT_ENDTX)) { in uarte_nrfx_isr_int()
450 bool txstopped = nrf_uarte_event_check(uarte, NRF_UARTE_EVENT_TXSTOPPED); in uarte_nrfx_isr_int()
467 nrf_uarte_int_disable(uarte, NRF_UARTE_INT_TXSTOPPED_MASK); in uarte_nrfx_isr_int()
482 nrf_uarte_int_disable(uarte, NRF_UARTE_INT_TXSTOPPED_MASK); in uarte_nrfx_isr_int()
[all …]
Duart_nrfx_uarte2.c23 #define LOG_MODULE_NAME uarte
626 static int baudrate_set(NRF_UARTE_Type *uarte, uint32_t baudrate) in baudrate_set() argument
634 nrfy_uarte_baudrate_set(uarte, nrf_baudrate); in baudrate_set()
775 static int endtx_stoptx_ppi_init(NRF_UARTE_Type *uarte) in endtx_stoptx_ppi_init() argument
787 nrfy_uarte_event_address_get(uarte, NRF_UARTE_EVENT_ENDTX), in endtx_stoptx_ppi_init()
788 nrfy_uarte_task_address_get(uarte, NRF_UARTE_TASK_STOPTX)); in endtx_stoptx_ppi_init()
970 static uint8_t uarte##idx##_tx_cache[CONFIG_UART_##idx##_TX_CACHE_SIZE] \
972 static uint8_t uarte##idx##_rx_cache[CONFIG_UART_##idx##_RX_CACHE_SIZE] \
974 static nrfx_uarte_rx_cache_t uarte##idx##_rx_cache_scratch; \
983 uarte##idx##_tx_cache, \
[all …]
/Zephyr-latest/samples/boards/nordic/nrfx_prs/src/
Dmain.c32 static nrfx_uarte_t uarte = NRFX_UARTE_INSTANCE(2); variable
137 nrfx_uarte_uninit(&uarte); in switch_to_spim()
139 nrfy_uarte_int_init(uarte.p_reg, 0xFFFFFFFF, 0, false); in switch_to_spim()
247 err = nrfx_uarte_init(&uarte, &uarte_config, uarte_handler); in switch_to_uarte()
263 err = nrfx_uarte_rx(&uarte, rx_buf, rx_buf_size); in uarte_transfer()
269 err = nrfx_uarte_tx(&uarte, tx_data, tx_data_len, 0); in uarte_transfer()
282 nrfx_uarte_rx_abort(&uarte, 0, 0); in uarte_transfer()
/Zephyr-latest/tests/drivers/uart/uart_errors/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay40 compatible = "nordic,nrf-uarte";
49 compatible = "nordic,nrf-uarte";
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay4 compatible = "nordic,nrf-uarte";
Dnrf5340dk_nrf5340_cpunet.overlay4 compatible = "nordic,nrf-uarte";
Dnrf5340pdk_nrf5340_cpuapp.overlay4 compatible = "nordic,nrf-uarte";
Dnrf52833dk_nrf52833.overlay8 compatible = "nordic,nrf-uarte";
/Zephyr-latest/samples/bluetooth/hci_uart/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay4 compatible = "nordic,nrf-uarte";
Dnrf5340dk_nrf5340_cpunet.overlay4 compatible = "nordic,nrf-uarte";
Dnrf5340pdk_nrf5340_cpuapp.overlay4 compatible = "nordic,nrf-uarte";
Dnrf52833dk_nrf52833.overlay8 compatible = "nordic,nrf-uarte";
Dnrf54l15dk_nrf54l15_cpuapp.overlay8 compatible = "nordic,nrf-uarte";
Dpanb511evb_nrf54l15_cpuapp.overlay8 compatible = "nordic,nrf-uarte";
/Zephyr-latest/tests/bluetooth/tester/boards/
Dnrf52840dk_nrf52840.overlay10 compatible = "nordic,nrf-uarte";
Dnrf5340_audio_dk_nrf5340_cpuapp.overlay10 compatible = "nordic,nrf-uarte";
Dnrf54l15dk_nrf54l15_cpuapp.overlay10 compatible = "nordic,nrf-uarte";
Dnrf5340dk_nrf5340_cpuapp.overlay10 compatible = "nordic,nrf-uarte";
Dnrf54h20dk_nrf54h20_cpuapp.overlay10 compatible = "nordic,nrf-uarte";
Dpanb511evb_nrf54l15_cpuapp.overlay14 compatible = "nordic,nrf-uarte";
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay21 compatible = "nordic,nrf-uarte";
Dnrf9160dk_nrf9160.overlay22 compatible = "nordic,nrf-uarte";
/Zephyr-latest/samples/net/cellular_modem/boards/
Dnrf9160dk_nrf9160_ns.overlay8 compatible = "nordic,nrf-uarte";
/Zephyr-latest/tests/drivers/uart/uart_elementary/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay26 compatible = "nordic,nrf-uarte";
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay26 compatible = "nordic,nrf-uarte";

12345