Searched refs:STM32_TAMP_BASE (Results 1 – 3 of 3) sorted by relevance
90 #define STM32_TAMP_BASE 0x5C00A000 macro136 #define TAMP_BACKUP_REGISTER(x) (STM32_TAMP_BASE + 0x100 + 4 * x)179 #define STM32_TAMP_BASE 0x46010000 macro189 #define TAMP_BACKUP_REGISTER(x) (STM32_TAMP_BASE + 0x100 + 4 * (x))
43 #define TAMP_CR1 (STM32_TAMP_BASE + 0x00)44 #define TAMP_SMCR (STM32_TAMP_BASE + 0x20)
49 #define TAMP_CR1 (STM32_TAMP_BASE + 0x00)
Completed in 5 milliseconds