nrfx 4.5.0
Loading...
Searching...
No Matches
PDM peripheral driver configuration

Macros

#define NRFX_PDM_ENABLED
 Enable PDM driver.
 
#define NRFX_PDM_CONFIG_IRQ_PRIORITY
 Interrupt priority.
 
#define NRFX_PDM_CONFIG_LOG_ENABLED
 Enables logging in the module.
 
#define NRFX_PDM_CONFIG_LOG_LEVEL
 Default Severity level.
 

Detailed Description

Macro Definition Documentation

◆ NRFX_PDM_CONFIG_IRQ_PRIORITY

#define NRFX_PDM_CONFIG_IRQ_PRIORITY

Interrupt priority.

Following options are available:

  • 0 - 0 (highest)
  • 1 - 1
  • 2 - 2
  • 3 - 3
  • 4 - 4
  • 5 - 5
  • 6 - 6
  • 7 - 7
Note
This is an NRF_CONFIG macro.

◆ NRFX_PDM_CONFIG_LOG_ENABLED

#define NRFX_PDM_CONFIG_LOG_ENABLED

Enables logging in the module.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.

◆ NRFX_PDM_CONFIG_LOG_LEVEL

#define NRFX_PDM_CONFIG_LOG_LEVEL

Default Severity level.

Following options are available:

  • 0 - Off
  • 1 - Error
  • 2 - Warning
  • 3 - Info
  • 4 - Debug
Note
This is an NRF_CONFIG macro.

◆ NRFX_PDM_ENABLED

#define NRFX_PDM_ENABLED

Enable PDM driver.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.