Searched refs:p_next (Results 1 – 4 of 4) sorted by relevance
104 p_channel->p_next = NULL; in nrfx_adc_channel_enable()112 while (p_curr_channel->p_next != NULL) in nrfx_adc_channel_enable()115 p_curr_channel = p_curr_channel->p_next; in nrfx_adc_channel_enable()117 p_curr_channel->p_next = p_channel; in nrfx_adc_channel_enable()133 p_curr_channel = p_curr_channel->p_next; in nrfx_adc_channel_disable()138 p_prev_channel->p_next = p_curr_channel->p_next; in nrfx_adc_channel_disable()142 m_cb.p_head = p_curr_channel->p_next; in nrfx_adc_channel_disable()216 if (m_cb.p_current_conv->p_next == NULL) in adc_sample_process()226 m_cb.p_current_conv = m_cb.p_current_conv->p_next; in adc_sample_process()
451 nrfx_usbd_ep_transfer_t * p_next, in nrfx_usbd_consumer() argument466 p_next->size = 0; in nrfx_usbd_consumer()471 p_next->size = data_size; in nrfx_usbd_consumer()491 nrfx_usbd_ep_transfer_t * p_next, in nrfx_usbd_feeder_ram() argument505 p_next->size = tx_size; in nrfx_usbd_feeder_ram()524 nrfx_usbd_ep_transfer_t * p_next, in nrfx_usbd_feeder_ram_zlp() argument538 p_next->size = tx_size; in nrfx_usbd_feeder_ram_zlp()572 p_next->p_data.tx = p_buffer; in nrfx_usbd_feeder_flash()573 p_next->size = tx_size; in nrfx_usbd_feeder_flash()613 p_next->p_data.tx = NULL; in nrfx_usbd_feeder_flash_zlp()[all …]
313 typedef bool (*nrfx_usbd_feeder_t)(nrfx_usbd_ep_transfer_t * p_next,338 typedef bool (*nrfx_usbd_consumer_t)(nrfx_usbd_ep_transfer_t * p_next,
114 nrfx_adc_channel_t * p_next; ///< Pointer to the next enabled channel (for internal use). member
Completed in 13 milliseconds