Searched refs:TAMPER (Results 1 – 3 of 3) sorted by relevance
99 #define TAMPER_CORE_RESET() ((uint32_t)(TAMPER->INIT = 0x55AA))107 #define TAMPER_CORE_RELEASE() ((uint32_t)(TAMPER->INIT = 0x5500))118 #define TAMPER_TLDO_IS_READY() (TAMPER->INIT & TAMPER_INIT_TLDORDY_Msk ? 1:0)126 #define TAMPER_ENABLE_LXTDET() ((uint32_t)(TAMPER->FUNEN = (TAMPER->FUNEN & ~0xFFUL) |…134 #define TAMPER_DISABLE_LXTDET() ((uint32_t)(TAMPER->FUNEN = (TAMPER->FUNEN & ~0xFFUL) |…158 TAMPER->FUNEN = (TAMPER->FUNEN & ~0xFFUL) | (0x94 + i * 0x10UL); in TAMPER_IOSEL_TAMPER()185 TAMPER->FUNEN = (TAMPER->FUNEN & ~0xFFUL) | (0x90 + i * 0x10UL); in TAMPER_IOSEL_RTC()196 #define TAMPER_ENABLE_HIRC48M() ((uint32_t)(TAMPER->FUNEN &= (~TAMPER_FUNEN_HIRC48MEN_M…204 #define TAMPER_DISABLE_HIRC48M() ((uint32_t)(TAMPER->FUNEN = (TAMPER->FUNEN & (~TAMPER_F…219 TAMPER->FUNEN &= ~0xF000000UL; in TAMPER_VG_SAMPLE_SEL()[all …]
50 TAMPER->INTEN |= u32IntFlagMask; in TAMPER_EnableInt()80 TAMPER->INTEN &= ~u32IntFlagMask; in TAMPER_DisableInt()113 u32Reg = TAMPER->TIOCTL; in TAMPER_StaticTamperEnable()127 TAMPER->TIOCTL = u32Reg; in TAMPER_StaticTamperEnable()151 u32Reg = TAMPER->TIOCTL; in TAMPER_StaticTamperDisable()163 TAMPER->TIOCTL = u32Reg; in TAMPER_StaticTamperDisable()197 u32Reg = TAMPER->TIOCTL; in TAMPER_DynamicTamperEnable()240 TAMPER->TIOCTL = u32Reg; in TAMPER_DynamicTamperEnable()262 u32Reg = TAMPER->TIOCTL; in TAMPER_DynamicTamperDisable()286 TAMPER->TIOCTL = u32Reg; in TAMPER_DynamicTamperDisable()[all …]
674 #define TAMPER TAMPER_S macro