Macros |
|
| #define | NRF_PWR_MGMT_ENABLED |
|
Enabling Power Management Module.
More...
|
|
| #define | NRF_PWR_MGMT_CONFIG_DEBUG_PIN_ENABLED |
|
Enables pin debug in the module.
More...
|
|
| #define | NRF_PWR_MGMT_SLEEP_DEBUG_PIN |
|
Pin number.
More...
|
|
| #define | NRF_PWR_MGMT_CONFIG_CPU_USAGE_MONITOR_ENABLED |
|
Enables CPU usage monitor.
More...
|
|
| #define | NRF_PWR_MGMT_CONFIG_STANDBY_TIMEOUT_ENABLED |
|
Enable standby timeout.
More...
|
|
| #define | NRF_PWR_MGMT_CONFIG_STANDBY_TIMEOUT_S |
|
Standby timeout (in seconds).
More...
|
|
| #define | NRF_PWR_MGMT_CONFIG_FPU_SUPPORT_ENABLED |
|
Enables FPU event cleaning.
More...
|
|
| #define | NRF_PWR_MGMT_CONFIG_AUTO_SHUTDOWN_RETRY |
|
Blocked shutdown procedure will be retried every second.
More...
|
|
| #define | NRF_PWR_MGMT_CONFIG_USE_SCHEDULER |
|
Module will use
Scheduler
.
More...
|
|
| #define | NRF_PWR_MGMT_CONFIG_HANDLER_PRIORITY_COUNT |
|
The number of priorities for module handlers.
More...
|
|
Detailed Description
Macro Definition Documentation
| #define NRF_PWR_MGMT_CONFIG_AUTO_SHUTDOWN_RETRY |
Blocked shutdown procedure will be retried every second.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_PWR_MGMT_CONFIG_CPU_USAGE_MONITOR_ENABLED |
Enables CPU usage monitor.
Module will trace percentage of CPU usage in one second intervals.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_PWR_MGMT_CONFIG_DEBUG_PIN_ENABLED |
Enables pin debug in the module.
Selected pin will be set when CPU is in sleep mode.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_PWR_MGMT_CONFIG_FPU_SUPPORT_ENABLED |
Enables FPU event cleaning.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_PWR_MGMT_CONFIG_HANDLER_PRIORITY_COUNT |
The number of priorities for module handlers.
The number of stages of the shutdown process.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_PWR_MGMT_CONFIG_STANDBY_TIMEOUT_ENABLED |
Enable standby timeout.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_PWR_MGMT_CONFIG_STANDBY_TIMEOUT_S |
Standby timeout (in seconds).
Shutdown procedure will begin no earlier than after this number of seconds.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_PWR_MGMT_CONFIG_USE_SCHEDULER |
| #define NRF_PWR_MGMT_ENABLED |
Enabling Power Management Module.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_PWR_MGMT_SLEEP_DEBUG_PIN |
Pin number.
Following options are available:
- 0 - 0 (P0.0)
- 1 - 1 (P0.1)
- 2 - 2 (P0.2)
- 3 - 3 (P0.3)
- 4 - 4 (P0.4)
- 5 - 5 (P0.5)
- 6 - 6 (P0.6)
- 7 - 7 (P0.7)
- 8 - 8 (P0.8)
- 9 - 9 (P0.9)
- 10 - 10 (P0.10)
- 11 - 11 (P0.11)
- 12 - 12 (P0.12)
- 13 - 13 (P0.13)
- 14 - 14 (P0.14)
- 15 - 15 (P0.15)
- 16 - 16 (P0.16)
- 17 - 17 (P0.17)
- 18 - 18 (P0.18)
- 19 - 19 (P0.19)
- 20 - 20 (P0.20)
- 21 - 21 (P0.21)
- 22 - 22 (P0.22)
- 23 - 23 (P0.23)
- 24 - 24 (P0.24)
- 25 - 25 (P0.25)
- 26 - 26 (P0.26)
- 27 - 27 (P0.27)
- 28 - 28 (P0.28)
- 29 - 29 (P0.29)
- 30 - 30 (P0.30)
- 31 - 31 (P0.31)
- 32 - 32 (P1.0) (Applicable devices only)
- 33 - 33 (P1.1) (Applicable devices only)
- 34 - 34 (P1.2) (Applicable devices only)
- 35 - 35 (P1.3) (Applicable devices only)
- 36 - 36 (P1.4) (Applicable devices only)
- 37 - 37 (P1.5) (Applicable devices only)
- 38 - 38 (P1.6) (Applicable devices only)
- 39 - 39 (P1.7) (Applicable devices only)
- 40 - 40 (P1.8) (Applicable devices only)
- 41 - 41 (P1.9) (Applicable devices only)
- 42 - 42 (P1.10) (Applicable devices only)
- 43 - 43 (P1.11) (Applicable devices only)
- 44 - 44 (P1.12) (Applicable devices only)
- 45 - 45 (P1.13) (Applicable devices only)
- 46 - 46 (P1.14) (Applicable devices only)
- 47 - 47 (P1.15) (Applicable devices only)
- 4294967295 - Not connected
- Note
- This is an NRF_CONFIG macro.