Home
last modified time | relevance | path

Searched refs:RTC_OUTPUT_DISABLE (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rtc.h301 #define RTC_OUTPUT_DISABLE 0x00000000u macro
843 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rtc.h307 #define RTC_OUTPUT_DISABLE 0x00000000u macro
860 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_OUTPUT_DISABLE) || \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dlow_level_security.c1786 RTCHandle.Init.OutPut = RTC_OUTPUT_DISABLE; in active_tamper()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dlow_level_security.c1898 RTCHandle.Init.OutPut = RTC_OUTPUT_DISABLE; in active_tamper()