nRF52 specific CPU configuration More...
nRF52 specific CPU configuration
Definition in file cpu_conf.h.
#include "cpu_conf_common.h"
Include dependency graph for cpu_conf.h:Go to the source code of this file.
Functions | |
| static void | nrf52_sleep (void) |
| Put the CPU in the low-power 'wait for event' state. | |
ARM Cortex-M specific CPU configuration | |
| #define | CPU_DEFAULT_IRQ_PRIO (2U) |
| #define | CPU_FLASH_BASE (0x00000000) |
| #define | FLASHPAGE_WRITE_BLOCK_SIZE (4U) |
| Flash page configuration. | |
| #define | FLASHPAGE_WRITE_BLOCK_ALIGNMENT (4U) |
| #define CPU_DEFAULT_IRQ_PRIO (2U) |
Definition at line 63 of file cpu_conf.h.
| #define CPU_FLASH_BASE (0x00000000) |
Definition at line 64 of file cpu_conf.h.
| #define FLASHPAGE_WRITE_BLOCK_ALIGNMENT (4U) |
Definition at line 106 of file cpu_conf.h.
| #define FLASHPAGE_WRITE_BLOCK_SIZE (4U) |
Flash page configuration.
Definition at line 104 of file cpu_conf.h.
|
inlinestatic |
Put the CPU in the low-power 'wait for event' state.
Definition at line 129 of file cpu_conf.h.