Home
last modified time | relevance | path

Searched refs:nrf_pdm_buffer_set (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_pdm.h513 NRF_STATIC_INLINE void nrf_pdm_buffer_set(NRF_PDM_Type * p_reg, uint32_t * p_buffer, uint32_t num);
726 NRF_STATIC_INLINE void nrf_pdm_buffer_set(NRF_PDM_Type * p_reg, uint32_t * p_buffer, uint32_t num) in nrf_pdm_buffer_set() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_pdm.h207 nrf_pdm_buffer_set(p_reg, (uint32_t *)(p_buffer->p_buff), p_buffer->length); in nrfy_pdm_buffer_set()