Lines Matching refs:uarte
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, \
988 sizeof(uarte##idx##_tx_cache) - 1, \
1002 .p_buffer = uarte##idx##_tx_cache, \
1006 .p_buffer = uarte##idx##_rx_cache, \
1009 .p_rx_cache_scratch = &uarte##idx##_rx_cache_scratch, \