Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 39) sorted by relevance

12

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Project/
Dvalidation.xsl5 <xsl:variable name="buildName" select="//report/test/title"/>
6 <xsl:variable name="numberOfTests" select="//report/test/summary/tcnt"/>
7 <xsl:variable name="numberOfExecutes" select="//report/test/summary/exec"/>
8 <xsl:variable name="numberOfPasses" select="//report/test/summary/pass"/>
9 <xsl:variable name="numberOfFailures" select="//report/test/summary/fail"/>
10 <xsl:variable name="numberOfSkips" select="$numberOfTests - $numberOfExecutes"/>
11 <xsl:variable name="numberOfErrors" select="0"/>
16 <xsl:for-each select="//report/test/test_cases/tc">
17 <xsl:variable name="testName" select="func"/>
18 <xsl:variable name="status" select="res"/>
[all …]
/trusted-firmware-m-latest/platform/
DKconfig.fpu34 select CONFIG_TFM_ENABLE_CP10CP11
41 select CONFIG_TFM_ENABLE_CP10CP11
48 select CONFIG_TFM_ENABLE_CP10CP11
DKconfig.arch8 ############### Supported Arch Options for platforms to "select" ###############
43 ################# Processor Options for platforms to "select" ##################
DKconfig20 select PLATFORM_DEFAULT_OTP_WRITEABLE if PLATFORM_DEFAULT_OTP
/trusted-firmware-m-latest/docs/integration_guide/
Dspm_backends.rst5 in TF-M and how to select one for building.
67 requires isolation level 1, then it is recommended to select the SFN backend
77 to select the backend of SPM.
/trusted-firmware-m-latest/secure_fw/partitions/crypto/
DKconfig11 select CRYPTO_NV_SEED if !CRYPTO_HW_ACCELERATOR
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/
Ddoxygen_style.css753 -webkit-user-select: none;
754 -khtml-user-select: none;
755 -moz-user-select: none;
756 -ms-user-select: none;
757 user-select: none;
828 -webkit-user-select: none;
829 -khtml-user-select: none;
830 -moz-user-select: none;
831 -ms-user-select: none;
832 user-select: none;
[all …]
/trusted-firmware-m-latest/config/
Dpre_config.cmake20 You can use -DCONFIG_TFM_SPM_BACKEND=SFN to select SFN model.")
Dset_config.cmake34 # Also select IPC model by default for multi-core platforms that enable TrustZone.
/trusted-firmware-m-latest/
DKconfig36 # select which file or component to include into compilation. These are options,
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/DriverTemplates/
DDriver_CAN.c131 static int32_t ARM_CAN_SetBitrate (ARM_CAN_BITRATE_SELECT select, uint32_t bitrate, uint32_t bit_se… in ARM_CAN_SetBitrate() argument
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/Include/
DDriver_CAN.h358 int32_t (*SetBitrate) (ARM_CAN_BITRATE_SELECT select,
/trusted-firmware-m-latest/docs/configuration/
Dindex.rst18 a user's needs. A user can select the desired set of services and fine-tune
55 use cases, called profiles. A user can select a profile by providing
/trusted-firmware-m-latest/secure_fw/spm/
DKconfig31 select CONFIG_TFM_PARTITION_META
/trusted-firmware-m-latest/docs/releases/
D1.5.0.rst26 - Support to select/deselect single or multiple TF-M regression test cases.
/trusted-firmware-m-latest/platform/ext/target/nordic_nrf/common/core/
DCMakeLists.txt18 message(FATAL_ERROR "Please select one of the nRF boards. "
/trusted-firmware-m-latest/docs/configuration/profiles/
Dtfm_profile_medium.rst138 If Protected Storage (PS) is implemented, it is recommended to select the same
170 integrity. It is recommended to select the same AEAD algorithm as the one used
380 enable PS implementation to select diverse AEAD algorithm.
/trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf9160dk_nrf9160/
DREADME.rst73 To install them, visit `nRF Command-Line Tools`_ and select your operating
/trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf9161dk_nrf9161/
DREADME.rst73 To install them, visit `nRF Command-Line Tools`_ and select your operating
/trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf5340dk_nrf5340_cpuapp/
DREADME.rst81 To install them, visit `nRF Command-Line Tools`_ and select your operating
/trusted-firmware-m-latest/docs/platform/arm/mps3/corstone300/
DREADME.rst123 IMAGE0ADDRESS: 0x00000000 ;Please select the required executable program
189 IMAGE0ADDRESS: 0x00000000 ;Please select the required executable program
/trusted-firmware-m-latest/docs/platform/armchina/mps3/alcor/
DREADME.rst86 IMAGE0ADDRESS: 0x00000000 ;Please select the required executable program
/trusted-firmware-m-latest/docs/platform/lairdconnectivity/bl5340_dvk_cpuapp/
DREADME.rst84 To install them, visit `nRF Command-Line Tools`_ and select your operating
/trusted-firmware-m-latest/bl2/ext/mcuboot/
DKconfig65 are used instead to select a builtin key for signature verification.
/trusted-firmware-m-latest/docs/platform/arm/corstone1000/
Dreadme.rst104 the available RAM size. So there is a need to select few tests but not all.

12