Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 17 of 17) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/include/load/
Dservice_defs.h32 #define SERVICE_GET_STATELESS_HINDEX(flag) \ argument
34 #define SERVICE_IS_NS_ACCESSIBLE(flag) \ argument
36 #define SERVICE_IS_STATELESS(flag) \ argument
38 #define SERVICE_GET_VERSION_POLICY(flag) \ argument
40 #define SERVICE_ENABLED_MM_IOVEC(flag) \ argument
Dpartition_defs.h56 #define PARTITION_PRIORITY(flag) ((flag) & PARTITION_PRI_MASK) argument
/trusted-firmware-m-3.7.0/platform/ext/target/nxp/common/Native_Driver/utilities/str/
Dfsl_str.c1144 static uint8_t StrFormatScanFillInteger(uint32_t flag, va_list *args_ptr, int32_t val) in StrFormatScanFillInteger()
1222 static uint8_t StrFormatScanFillFloat(uint32_t flag, va_list *args_ptr, double fnum) in StrFormatScanFillFloat()
1245 static uint8_t StrFormatScanfStringHandling(char **str, uint32_t *flag, uint32_t *field_width, uint… in StrFormatScanfStringHandling()
1422 uint32_t flag = 0; in StrFormatScanf() local
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/common_utils/
Dkey_data_structures.py26 flag = 0 variable in CertHeader
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/
Dscu.h271 #define SCU_CLR_INT_FLAG(flag) (SCU->SVINTSTS = (flag)) argument
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Dscu.h260 #define SCU_CLR_INT_FLAG(flag) (SCU->SVINTSTS = (flag)) argument
Dusbd.h356 #define USBD_CLR_INT_FLAG(flag) (((__PC() & NS_OFFSET) == NS_OFFSET)? (USBD_NS->INTSTS = (flag)… argument
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/secure/
Dtarget_cfg.c370 …_config_sram(uint32_t base, uint32_t max_size, uint32_t off_start, uint32_t off_end, uint32_t flag) in gtzc_config_sram()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/secure/
Dtarget_cfg.c363 …_config_sram(uint32_t base, uint32_t max_size, uint32_t off_start, uint32_t off_end, uint32_t flag) in gtzc_config_sram()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_gtzc.c1732 uint32_t flag; in HAL_GTZC_IRQHandler() local
Dstm32u5xx_hal_ospi.c551 uint32_t flag = hospi->Instance->SR; in HAL_OSPI_IRQHandler() local
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_gtzc.c1395 uint32_t flag; in HAL_GTZC_IRQHandler() local
Dstm32l5xx_hal_ospi.c536 uint32_t flag = hospi->Instance->SR; in HAL_OSPI_IRQHandler() local
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_gtzc.c1714 uint32_t flag; in HAL_GTZC_IRQHandler() local
/trusted-firmware-m-3.7.0/platform/ext/target/arm/musca_b1/Native_Driver/
Dgfc100_eflash_drv.c412 uint32_t flag = GFC100_CMD_STAT_ACCEPT_MASK; in gfc100_eflash_row_write() local
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
Dusbd.h356 #define USBD_CLR_INT_FLAG(flag) (((__PC() & NS_OFFSET) == NS_OFFSET)? (USBD_NS->INTSTS = (flag)… argument
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c868 uint32_t status, flag; in RsaKgX931FindPrime() local