Home
last modified time | relevance | path

Searched refs:p_next (Results 1 – 4 of 4) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_adc.c104 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()
A Dnrfx_usbd.c451 nrfx_usbd_ep_transfer_t * p_next, in nrfx_usbd_consumer() argument
466 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() argument
505 p_next->size = tx_size; in nrfx_usbd_feeder_ram()
524 nrfx_usbd_ep_transfer_t * p_next, in nrfx_usbd_feeder_ram_zlp() argument
538 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 …]
/external/platform/nrfx/drivers/include/
A Dnrfx_usbd.h313 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,
A Dnrfx_adc.h114 nrfx_adc_channel_t * p_next; ///< Pointer to the next enabled channel (for internal use). member

Completed in 12 milliseconds