libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | CORDIC_CSR MMIO32(CORDIC_BASE + 0x00) |
CORDIC control/status register. More... | |
#define | CORDIC_WDATA MMIO32(CORDIC_BASE + 0x04) |
CORDIC argument register. More... | |
#define | CORDIC_RDATA MMIO32(CORDIC_BASE + 0x08) |
CORDIC result register. More... | |
#define CORDIC_CSR MMIO32(CORDIC_BASE + 0x00) |
CORDIC control/status register.
Definition at line 42 of file cordic_common_v1.h.
#define CORDIC_RDATA MMIO32(CORDIC_BASE + 0x08) |
CORDIC result register.
Definition at line 46 of file cordic_common_v1.h.
#define CORDIC_WDATA MMIO32(CORDIC_BASE + 0x04) |
CORDIC argument register.
Definition at line 44 of file cordic_common_v1.h.