Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 15 of 15) sorted by relevance

/trusted-firmware-m-3.6.0/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
Dlcd.h200 #define LCD_CP_VOLTAGE_DECREASE(unit) (LCD->PCTL = (LCD->PCTL & ~LCD_PCTL_CPVTUNE_Msk) | ((unit) … argument
212 #define LCD_CP_VOLTAGE_INCREASE(unit) (LCD->PCTL = (LCD->PCTL & ~LCD_PCTL_CPVTUNE_Msk) | ((16-(un… argument
259 #define LCD_SET_NULL_FRAME_TIME(unit) (LCD->FCTL = (LCD->FCTL & ~LCD_FCTL_NFTIME_Msk) | ((uni… argument
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/secure_boot_gen/
Dsecureboot_general_hwdefs.h23 #define SB_REG_ADDR_UNIT(base, reg_name, unit) (base + CC_REG_OFFSET(unit, reg_name)) argument
/trusted-firmware-m-3.6.0/platform/ext/target/arm/corstone1000/ci_regression_tests/
Ds_test_config.cmake13 set (TEST_FLASH_PROGRAM_UNIT 1U CACHE STRING "The program unit of the emulated flash u…
/trusted-firmware-m-3.6.0/docs/design_docs/dual-cpu/
Dtfm_multi_core_access_check.rst130 /* Secure memory protection unit(s) must be enabled in Isolation Level 2 and 3 */
131 if (Protection unit not enabled) {
267 | ``is_mpu_enabled`` indicates whether the MPU and other management unit are
357 unit(s). The implementation can also be simplified by checking static system-level memory layout.
367 If secure memory protection unit(s) is *disabled* and the target memory region is a valid area
407 If non-secure memory protection unit(s) is *disabled* and the target memory region is a valid area
/trusted-firmware-m-3.6.0/docs/building/
Drun_tfm_examples_on_arm_platforms.rst115 #. Unmount/eject the ``<MPS2 device name>`` unit
185 #. Unmount/eject the ``<MPS2 device name>`` unit
448 #. Unmount/eject the ``<MPS3 device name>`` unit
521 #. Unmount/eject the ``<MPS3 device name>`` unit
/trusted-firmware-m-3.6.0/docs/integration_guide/services/
Dtfm_its_integration_guide.rst200 unit that can erased), but the ``TFM_HAL_ITS_SECTORS_PER_BLOCK`` configuration
216 physical program unit (the smallest unit of data that can be individually
Dtfm_ps_integration_guide.rst228 physical program unit (the smallest unit of data that can be individually
Dtfm_secure_partition_addition.rst41 Each Secure Partition is a single thread of execution and the smallest unit of
/trusted-firmware-m-3.6.0/docs/design_docs/software/
Dhardware_abstraction_layer.rst750 Defines the size of the ITS flash device's physical program unit (the smallest
751 unit of data that can be individually programmed to flash). It must be equal to
778 Defines the size of the PS flash device's physical program unit (the smallest
779 unit of data that can be individually programmed to flash). It must be equal to
/trusted-firmware-m-3.6.0/docs/platform/arm/mps3/corstone300/
DREADME.rst130 #. Unmount/eject the ``<MPS3 device name>`` unit
196 #. Unmount/eject the ``<MPS3 device name>`` unit
/trusted-firmware-m-3.6.0/docs/platform/arm/mps3/corstone310/
DREADME.rst131 #. Unmount/eject the ``<MPS3 device name>`` unit
/trusted-firmware-m-3.6.0/docs/configuration/profiles/
Dtfm_profile_small.rst202 The internal transient buffer is aligned to the flash device’s program unit.
204 device’s program unit.
/trusted-firmware-m-3.6.0/docs/integration_guide/platform/
Dporting_tfm_to_a_new_hardware.rst385 …|TFM_HAL_PS_PROGRAM_UNIT | Smallest flash programmable unit in bytes …
391 …|TFM_HAL_ITS_PROGRAM_UNIT | Smallest flash programmable unit in bytes …
/trusted-firmware-m-3.6.0/docs/design_docs/
Dff_isolation.rst273 its hardware protection unit can cover the exact boundaries mentioned
/trusted-firmware-m-3.6.0/docs/design_docs/services/
Dsecure_partition_manager.rst36 - Is a software development unit.