Home
last modified time | relevance | path

Searched defs:FlagStatus (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l4xx.h193 } FlagStatus, ITStatus; typedef
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
H A Dstm32l4xx.h193 } FlagStatus, ITStatus; typedef
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResource.h72 enum class FlagStatus { NoFlag = 0, Disabled = 1, Enabled = 2 }; enum