Searched refs:select (Results 1 – 25 of 39) sorted by relevance
12
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Project/ |
| D | validation.xsl | 5 <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/ |
| D | Kconfig.fpu | 34 select CONFIG_TFM_ENABLE_CP10CP11 41 select CONFIG_TFM_ENABLE_CP10CP11 48 select CONFIG_TFM_ENABLE_CP10CP11
|
| D | Kconfig.arch | 8 ############### Supported Arch Options for platforms to "select" ############### 43 ################# Processor Options for platforms to "select" ##################
|
| D | Kconfig | 20 select PLATFORM_DEFAULT_OTP_WRITEABLE if PLATFORM_DEFAULT_OTP
|
| /trusted-firmware-m-latest/docs/integration_guide/ |
| D | spm_backends.rst | 5 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/ |
| D | Kconfig | 11 select CRYPTO_NV_SEED if !CRYPTO_HW_ACCELERATOR
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/ |
| D | doxygen_style.css | 753 -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/ |
| D | pre_config.cmake | 20 You can use -DCONFIG_TFM_SPM_BACKEND=SFN to select SFN model.")
|
| D | set_config.cmake | 34 # Also select IPC model by default for multi-core platforms that enable TrustZone.
|
| /trusted-firmware-m-latest/ |
| D | Kconfig | 36 # select which file or component to include into compilation. These are options,
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/DriverTemplates/ |
| D | Driver_CAN.c | 131 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/ |
| D | Driver_CAN.h | 358 int32_t (*SetBitrate) (ARM_CAN_BITRATE_SELECT select,
|
| /trusted-firmware-m-latest/docs/configuration/ |
| D | index.rst | 18 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/ |
| D | Kconfig | 31 select CONFIG_TFM_PARTITION_META
|
| /trusted-firmware-m-latest/docs/releases/ |
| D | 1.5.0.rst | 26 - Support to select/deselect single or multiple TF-M regression test cases.
|
| /trusted-firmware-m-latest/platform/ext/target/nordic_nrf/common/core/ |
| D | CMakeLists.txt | 18 message(FATAL_ERROR "Please select one of the nRF boards. "
|
| /trusted-firmware-m-latest/docs/configuration/profiles/ |
| D | tfm_profile_medium.rst | 138 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/ |
| D | README.rst | 73 To install them, visit `nRF Command-Line Tools`_ and select your operating
|
| /trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf9161dk_nrf9161/ |
| D | README.rst | 73 To install them, visit `nRF Command-Line Tools`_ and select your operating
|
| /trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf5340dk_nrf5340_cpuapp/ |
| D | README.rst | 81 To install them, visit `nRF Command-Line Tools`_ and select your operating
|
| /trusted-firmware-m-latest/docs/platform/arm/mps3/corstone300/ |
| D | README.rst | 123 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/ |
| D | README.rst | 86 IMAGE0ADDRESS: 0x00000000 ;Please select the required executable program
|
| /trusted-firmware-m-latest/docs/platform/lairdconnectivity/bl5340_dvk_cpuapp/ |
| D | README.rst | 84 To install them, visit `nRF Command-Line Tools`_ and select your operating
|
| /trusted-firmware-m-latest/bl2/ext/mcuboot/ |
| D | Kconfig | 65 are used instead to select a builtin key for signature verification.
|
| /trusted-firmware-m-latest/docs/platform/arm/corstone1000/ |
| D | readme.rst | 104 the available RAM size. So there is a need to select few tests but not all.
|
12