Nordic nRF52 family of CPUs.
More...
Nordic nRF52 family of CPUs.
|
file | cpu_conf.h |
| nRF52 specific CPU configuration
|
|
file | periph_cpu.h |
| nRF52 specific definitions for handling peripherals
|
|
|
static void | nrf52_sleep (void) |
| Put the CPU in the low-power 'wait for event' state.
|
|
◆ CPU_DEFAULT_IRQ_PRIO
#define CPU_DEFAULT_IRQ_PRIO (2U) |
◆ CPU_FLASH_BASE
#define CPU_FLASH_BASE (0x00000000) |
◆ FLASHPAGE_WRITE_BLOCK_ALIGNMENT
#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT (4U) |
◆ FLASHPAGE_WRITE_BLOCK_SIZE
#define FLASHPAGE_WRITE_BLOCK_SIZE (4U) |
Flash page configuration.
Definition at line 110 of file cpu_conf.h.
◆ nrf52_sleep()
static void nrf52_sleep |
( |
void |
| ) |
|
|
inlinestatic |
Put the CPU in the low-power 'wait for event' state.
Definition at line 135 of file cpu_conf.h.