libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | NVIC_ISER(iser_id) |
ISER: Interrupt Set Enable Registers. More... | |
#define | NVIC_ICER(icer_id) |
ICER: Interrupt Clear Enable Registers. More... | |
#define | NVIC_ISPR(ispr_id) |
ISPR: Interrupt Set Pending Registers. More... | |
#define | NVIC_ICPR(icpr_id) |
ICPR: Interrupt Clear Pending Registers. More... | |
#define | NVIC_IABR(iabr_id) |
IABR: Interrupt Active Bit Register. More... | |
#define | NVIC_IPR(ipr_id) |
IPR: Interrupt Priority Registers. More... | |
#define | NVIC_STIR MMIO32(STIR_BASE) |
STIR: Software Trigger Interrupt Register. More... | |
#define NVIC_IABR | ( | iabr_id | ) |
IABR: Interrupt Active Bit Register.
Definition at line 87 of file cm3/nvic.h.
#define NVIC_ICER | ( | icer_id | ) |
ICER: Interrupt Clear Enable Registers.
Definition at line 60 of file cm3/nvic.h.
#define NVIC_ICPR | ( | icpr_id | ) |
ICPR: Interrupt Clear Pending Registers.
Definition at line 78 of file cm3/nvic.h.
#define NVIC_IPR | ( | ipr_id | ) |
IPR: Interrupt Priority Registers.
Definition at line 101 of file cm3/nvic.h.
#define NVIC_ISER | ( | iser_id | ) |
ISER: Interrupt Set Enable Registers.
Definition at line 51 of file cm3/nvic.h.
#define NVIC_ISPR | ( | ispr_id | ) |
ISPR: Interrupt Set Pending Registers.
Definition at line 69 of file cm3/nvic.h.
STIR: Software Trigger Interrupt Register.
Definition at line 107 of file cm3/nvic.h.