Home
last modified time | relevance | path

Searched refs:FUNEN (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Dtamper.h126 #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()
223 …TAMPER->FUNEN |= TAMPER_FUNEN_VGCHEN0_Msk | TAMPER_FUNEN_VGCHEN1_Msk | TAMPER_FUNEN_VGCHEN2_Msk | … in TAMPER_VG_SAMPLE_SEL()
227 TAMPER->FUNEN |= TAMPER_FUNEN_VGCHEN0_Msk | TAMPER_FUNEN_VGCHEN1_Msk; in TAMPER_VG_SAMPLE_SEL()
231 TAMPER->FUNEN |= TAMPER_FUNEN_VGCHEN0_Msk; in TAMPER_VG_SAMPLE_SEL()
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Device/Nuvoton/M2354/Include/
Dtamper_reg.h608 …__IO uint32_t FUNEN; /*!< [0x0004] Tamper Block Function Enable Register … member