| /Zephyr-latest/drivers/serial/ |
| D | uart_nrfx_uarte.c | 375 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 …]
|
| D | uart_nrfx_uarte2.c | 23 #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/ |
| D | main.c | 32 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/ |
| D | nrf5340dk_nrf5340_cpuapp.overlay | 40 compatible = "nordic,nrf-uarte"; 49 compatible = "nordic,nrf-uarte";
|
| /Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/ |
| D | nrf5340dk_nrf5340_cpuapp.overlay | 4 compatible = "nordic,nrf-uarte";
|
| D | nrf5340dk_nrf5340_cpunet.overlay | 4 compatible = "nordic,nrf-uarte";
|
| D | nrf5340pdk_nrf5340_cpuapp.overlay | 4 compatible = "nordic,nrf-uarte";
|
| D | nrf52833dk_nrf52833.overlay | 8 compatible = "nordic,nrf-uarte";
|
| /Zephyr-latest/samples/bluetooth/hci_uart/boards/ |
| D | nrf5340dk_nrf5340_cpuapp.overlay | 4 compatible = "nordic,nrf-uarte";
|
| D | nrf5340dk_nrf5340_cpunet.overlay | 4 compatible = "nordic,nrf-uarte";
|
| D | nrf5340pdk_nrf5340_cpuapp.overlay | 4 compatible = "nordic,nrf-uarte";
|
| D | nrf52833dk_nrf52833.overlay | 8 compatible = "nordic,nrf-uarte";
|
| D | nrf54l15dk_nrf54l15_cpuapp.overlay | 8 compatible = "nordic,nrf-uarte";
|
| D | panb511evb_nrf54l15_cpuapp.overlay | 8 compatible = "nordic,nrf-uarte";
|
| /Zephyr-latest/tests/bluetooth/tester/boards/ |
| D | nrf52840dk_nrf52840.overlay | 10 compatible = "nordic,nrf-uarte";
|
| D | nrf5340_audio_dk_nrf5340_cpuapp.overlay | 10 compatible = "nordic,nrf-uarte";
|
| D | nrf54l15dk_nrf54l15_cpuapp.overlay | 10 compatible = "nordic,nrf-uarte";
|
| D | nrf5340dk_nrf5340_cpuapp.overlay | 10 compatible = "nordic,nrf-uarte";
|
| D | nrf54h20dk_nrf54h20_cpuapp.overlay | 10 compatible = "nordic,nrf-uarte";
|
| D | panb511evb_nrf54l15_cpuapp.overlay | 14 compatible = "nordic,nrf-uarte";
|
| /Zephyr-latest/tests/drivers/uart/uart_async_api/boards/ |
| D | nrf5340dk_nrf5340_cpuapp.overlay | 21 compatible = "nordic,nrf-uarte";
|
| D | nrf9160dk_nrf9160.overlay | 22 compatible = "nordic,nrf-uarte";
|
| /Zephyr-latest/samples/net/cellular_modem/boards/ |
| D | nrf9160dk_nrf9160_ns.overlay | 8 compatible = "nordic,nrf-uarte";
|
| /Zephyr-latest/tests/drivers/uart/uart_elementary/boards/ |
| D | nrf5340dk_nrf5340_cpuapp.overlay | 26 compatible = "nordic,nrf-uarte";
|
| /Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/boards/ |
| D | nrf5340dk_nrf5340_cpuapp.overlay | 26 compatible = "nordic,nrf-uarte";
|