![]() |
nrfx 4.5.0
|
PDM configuration structure. More...
#include <nrfy_pdm.h>
Data Fields | |
| nrf_pdm_mode_t | mode |
| Interface operation mode. | |
| nrf_pdm_edge_t | edge |
| Sampling mode. | |
| nrfy_pdm_pins_t | pins |
| Pin configuration structure. | |
| nrf_pdm_gain_t | gain_l |
| Left channel gain. | |
| nrf_pdm_gain_t | gain_r |
| Right channel gain. | |
| bool | skip_psel_cfg |
| Skip pin selection configuration. | |
PDM configuration structure.
| bool nrfy_pdm_config_t::skip_psel_cfg |
Skip pin selection configuration.
When set to true, the driver does not modify pin select registers in the peripheral. Those registers are supposed to be set up externally before the driver is initialized.