Searched refs:rx_buffer_length (Results 1 – 2 of 2) sorted by relevance
55 size_t rx_buffer_length; member476 if (uart0_cb.rx_buffer_length != 0) { in uart_nrfx_rx_enable()482 uart0_cb.rx_buffer_length = len; in uart_nrfx_rx_enable()521 if (uart0_cb.rx_buffer_length == 0) { in uart_nrfx_rx_disable()572 uart0_cb.rx_buffer_length = 0; in rx_reset_state()585 if (!uart0_cb.rx_buffer_length || !uart0_cb.rx_enabled) { in rx_isr()606 if (uart0_cb.rx_buffer_length == uart0_cb.rx_counter) { in rx_isr()622 uart0_cb.rx_buffer_length = in rx_isr()
298 nrfx_err_t _nrfx_qspi_read(void *p_rx_buffer, size_t rx_buffer_length, uint32_t src_address) in _nrfx_qspi_read() argument300 return nrfx_qspi_read(p_rx_buffer, rx_buffer_length, src_address); in _nrfx_qspi_read()