Searched refs:p_cb (Results 1 – 2 of 2) sorted by relevance
86 (void)nrfx_uarte_rx(&(p_cb->uarte_instance), p_cb->rx_buffer, 1); in uarte_evt_handler()90 (void)nrfx_uarte_rx(&(p_cb->uarte_instance), p_cb->rx_buffer, 1); in uarte_evt_handler()120 if(p_cb->isInit) in _uart_cfg()123 p_cb->isInit = false; in _uart_cfg()178 nrfx_uarte_rx(&(p_cb->uarte_instance),p_cb->rx_buffer,1); in _uart_cfg()179 p_cb->isInit = true; in _uart_cfg()221 if(p_cb->isInit) in _uart_ctrl()249 p_cb->tx_buffer[0] = c; in _uart_putc()250 nrfx_uarte_tx(&(p_cb->uarte_instance),p_cb->tx_buffer,1); in _uart_putc()274 if(p_cb->rx_length) in _uart_getc()[all …]
355 p_cb->handler = handler; in nrfx_spim_init()481 if (p_cb->handler) in nrfx_spim_init()512 if (p_cb->handler) in nrfx_spim_uninit()594 p_cb->handler(&p_cb->evt, p_cb->p_context); in finish_transfer()653 p_cb->tx_length = 0; in spim_xfer()654 p_cb->rx_length = 0; in spim_xfer()687 if (!p_cb->handler) in spim_xfer()765 if (!p_cb->use_hw_ss) in nrfx_spim_xfer()813 p_cb->tx_length = 0; in rtt_spim_xfer()814 p_cb->rx_length = 0; in rtt_spim_xfer()[all …]
Completed in 10 milliseconds