Home
last modified time | relevance | path

Searched refs:nrf_pdm_gain_t (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_pdm.h113 typedef uint8_t nrf_pdm_gain_t; typedef
488 nrf_pdm_gain_t gain_l,
489 nrf_pdm_gain_t gain_r);
499 nrf_pdm_gain_t * p_gain_l,
500 nrf_pdm_gain_t * p_gain_r);
711 nrf_pdm_gain_t gain_l, in nrf_pdm_gain_set()
712 nrf_pdm_gain_t gain_r) in nrf_pdm_gain_set()
719 nrf_pdm_gain_t * p_gain_l, in nrf_pdm_gain_get()
720 nrf_pdm_gain_t * p_gain_r) in nrf_pdm_gain_get()
722 *p_gain_l = (nrf_pdm_gain_t)p_reg->GAINL; in nrf_pdm_gain_get()
[all …]
/hal_nordic-latest/nrfx/haly/
Dnrfy_pdm.h91 nrf_pdm_gain_t gain_l; ///< Left channel gain.
92 nrf_pdm_gain_t gain_r; ///< Right channel gain.
470 nrf_pdm_gain_t gain_l, in nrfy_pdm_gain_set()
471 nrf_pdm_gain_t gain_r) in nrfy_pdm_gain_set()
479 nrf_pdm_gain_t * p_gain_l, in nrfy_pdm_gain_get()
480 nrf_pdm_gain_t * p_gain_r) in nrfy_pdm_gain_get()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pdm.h108 nrf_pdm_gain_t gain_l; ///< Left channel gain.
109 nrf_pdm_gain_t gain_r; ///< Right channel gain.