Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c526 nrf_uart_task_trigger(p_instance->p_reg, NRF_UART_TASK_STOPRX); in nrfx_uart_rx()
561 nrf_uart_task_trigger(p_instance->p_reg, NRF_UART_TASK_STOPRX); in nrfx_uart_rx_disable()
632 nrf_uart_task_trigger(p_instance->p_reg, NRF_UART_TASK_STOPRX); in nrfx_uart_rx_abort()
649 nrf_uart_task_trigger(p_uart, NRF_UART_TASK_STOPRX); in irq_handler()
684 nrf_uart_task_trigger(p_uart, NRF_UART_TASK_STOPRX); in irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h71NRF_UART_TASK_STOPRX = offsetof(NRF_UART_Type, TASKS_STOPRX), /**< Task for stopping reception. … enumerator