libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | AFIO_MAPR_SWJ_MASK (0x7 << 24) |
#define | AFIO_MAPR_SWJ_CFG_FULL_SWJ (0x0 << 24) |
Full Serial Wire JTAG capability. More... | |
#define | AFIO_MAPR_SWJ_CFG_FULL_SWJ_NO_JNTRST (0x1 << 24) |
Full Serial Wire JTAG capability without JNTRST. More... | |
#define | AFIO_MAPR_SWJ_CFG_JTAG_OFF_SW_ON (0x2 << 24) |
JTAG-DP disabled with SW-DP enabled. More... | |
#define | AFIO_MAPR_SWJ_CFG_JTAG_OFF_SW_OFF (0x4 << 24) |
JTAG-DP disabled and SW-DP disabled. More... | |
#define AFIO_MAPR_SWJ_CFG_FULL_SWJ (0x0 << 24) |
#define AFIO_MAPR_SWJ_CFG_FULL_SWJ_NO_JNTRST (0x1 << 24) |
#define AFIO_MAPR_SWJ_CFG_JTAG_OFF_SW_OFF (0x4 << 24) |
#define AFIO_MAPR_SWJ_CFG_JTAG_OFF_SW_ON (0x2 << 24) |