Lines Matching refs:p_buffer
53 nrfy_pdm_buffer_t const * p_buffer);
191 nrfy_pdm_buffer_t * p_buffer) in nrfy_pdm_events_process() argument
193 uint32_t evt_mask = __nrfy_internal_pdm_events_process(p_reg, mask, p_buffer); in nrfy_pdm_events_process()
205 nrfy_pdm_buffer_t const * p_buffer) in nrfy_pdm_buffer_set() argument
207 nrf_pdm_buffer_set(p_reg, (uint32_t *)(p_buffer->p_buff), p_buffer->length); in nrfy_pdm_buffer_set()
219 nrfy_pdm_buffer_t const * p_buffer) in nrfy_pdm_start() argument
222 if (p_buffer) in nrfy_pdm_start()
226 while (!__nrfy_internal_pdm_events_process(p_reg, evt_mask, p_buffer)) in nrfy_pdm_start()
240 nrfy_pdm_buffer_t const * p_buffer) in nrfy_pdm_abort() argument
243 if (p_buffer) in nrfy_pdm_abort()
248 while (!__nrfy_internal_pdm_events_process(p_reg, evt_mask, p_buffer)) in nrfy_pdm_abort()
491 uint32_t * p_buffer = nrf_pdm_buffer_get(p_reg); in nrfy_pdm_buffer_get() local
493 return p_buffer; in nrfy_pdm_buffer_get()
537 nrfy_pdm_buffer_t const * p_buffer) in __nrfy_internal_pdm_events_process() argument
545 p_buffer->p_buff) in __nrfy_internal_pdm_events_process()
547 NRFY_CACHE_INV(p_buffer->p_buff, p_buffer->length); in __nrfy_internal_pdm_events_process()