nRF5 SDK  v12.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Software Component configuration

Macros

#define NRF_DRV_IRQ_PRIORITY
 Interrupt priority. More...
 
#define NRF_DRV_IRQ_PRIORITY_8LEVELS
 Interrupt priority. More...
 
#define NRF_DRV_PIN
 Pin number * Minimum value: 0 Maximum value: 31. More...
 

Detailed Description

Macro Definition Documentation

#define NRF_DRV_IRQ_PRIORITY

Interrupt priority.

Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice

Following options are avaiable:

  • 0 - 0 (highest)
  • 1 - 1
  • 2 - 2
  • 3 - 3
  • 4 - 4 (except nRF51 family)
  • 5 - 5 (except nRF51 family)
  • 6 - 6 (except nRF51 family)
  • 7 - 7 (except nRF51 family)
Note
This is an NRF_CONFIG macro.
#define NRF_DRV_IRQ_PRIORITY_8LEVELS

Interrupt priority.

Priorities 0,1,4,5 (nRF52) are reserved for SoftDevice

Following options are avaiable:

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

Pin number * Minimum value: 0 Maximum value: 31.

Note
This is an NRF_CONFIG macro.