Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 25 of 28) sorted by relevance

12

/trusted-firmware-m-latest/docs/design_docs/software/
Denum_implicit_casting.rst15 enumeration and integer values.
23 In TF-M many implicit casts are done between integer types (``uint32_t``,
30 An enumeration comprises a set of named integer constant values. Each
35 integer constant expression that has a value representable as an int.
42 Each enumerated type shall be compatible with char, a signed integer type,
43 or an unsigned integer type. The choice of type is implementation-defined,
81 * when casting from an integer type (``uint32_t``, ``int32_t``, etc) to an
82 enumeration type, it should be checked that the integer's value is one of the
84 the two so that no information is lost. C integer promotion should
86 * when casting from an enumeration type to an integer type, it should be checked
[all …]
/trusted-firmware-m-latest/platform/ext/target/arm/drivers/counter/armv8m/
Dsyscounter_armv8-m_cntrl_drv.c379 val->integer = p_cnt->cntscr0 >> SYSCOUNTER_ARMV8_M_SCALE_VAL_INT_OFF; in syscounter_armv8_m_cntrl_get_counter_scale_value()
384 val->integer = p_cnt->cntscr1 >> SYSCOUNTER_ARMV8_M_SCALE_VAL_INT_OFF; in syscounter_armv8_m_cntrl_get_counter_scale_value()
389 val->integer = 0; in syscounter_armv8_m_cntrl_get_counter_scale_value()
412 if (val.integer > SYSCOUNTER_ARMV8_M_SCALE_VAL_INT_MAX || in syscounter_armv8_m_cntrl_set_counter_scale_value()
417 reg_val = val.integer << SYSCOUNTER_ARMV8_M_SCALE_VAL_INT_OFF; in syscounter_armv8_m_cntrl_set_counter_scale_value()
Dsyscounter_armv8-m_cntrl_drv.h68 uint32_t integer; /* 8 bit */ member
/trusted-firmware-m-latest/platform/
DKconfig.fpu38 bool "Enable integer MVE usage"
/trusted-firmware-m-latest/config/
Dcp_config_default.cmake9 set(CONFIG_TFM_ENABLE_MVE OFF CACHE BOOL "Enable/disable integer MVE usa…
Dspe_config.cmake.in69 …_MVE @CONFIG_TFM_ENABLE_MVE@ CACHE BOOL "Enable/disable integer MVE usage")
Dconfig_base.cmake192 …efined;shift;shift-exponent;shift-base; integer-divide-by-zero;unreachable;vla-bound; null;return;…
/trusted-firmware-m-latest/platform/ext/target/armchina/mps3/alcor/common/device/source/
Dplatform_s_device_definition.c223 .scale0.integer = SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_INT,
225 .scale1.integer = SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_INT,
/trusted-firmware-m-latest/interface/include/psa/
Dinitial_attestation.h.in92 * instance. Custom claim with a value encoded as integer that
107 * with a value encoded as a *signed* integer. Negative number
153 * integer set to 1.
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/device/source/
Ddevice_definition.c282 .scale0.integer = SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_INT,
284 .scale1.integer = SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_INT,
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/device/source/
Dplatform_s_device_definition.c219 .scale0.integer = SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_INT,
221 .scale1.integer = SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_INT,
/trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone310/common/device/source/
Dplatform_s_device_definition.c219 .scale0.integer = SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_INT,
221 .scale1.integer = SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_INT,
/trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone300/common/device/source/
Dplatform_s_device_definition.c222 .scale0.integer = SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_INT,
224 .scale1.integer = SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_INT,
/trusted-firmware-m-latest/docs/design_docs/
Dtfm_log_system_design_document.rst160 %d - decimal signed integer
161 %u - decimal unsigned integer
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Decdsa_alt.c116 ECDSA_SignIn.integer = k_binary; in mbedtls_ecdsa_sign()
/trusted-firmware-m-latest/docs/platform/cypress/psoc64/libs/core-lib/
DREADME.md37 …* `CY_SYSLIB_DIV_ROUND`: Calculates a / b with rounding to the nearest integer, a and b must have …
DRELEASE.md33 …* CY_SYSLIB_DIV_ROUND: Calculates a / b with rounding to the nearest integer, a and b must have th…
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_pka.h207 …const uint8_t *integer; /*!< Pointer to random integer k (Array of primeOrde… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_pka.h199 …const uint8_t *integer; /*!< Pointer to random integer k (Array of primeOrde… member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_pka.h199 …const uint8_t *integer; /*!< Pointer to random integer k (Array of primeOrde… member
/trusted-firmware-m-latest/docs/design_docs/services/
Dstateless_rot_service.rst75 - If ``stateless_handle`` in manifest is set to an integer, the index is
/trusted-firmware-m-latest/docs/integration_guide/services/
Dtfm_attestation_integration_guide.rst82 encoded as a `signed` integer. Negative number represents non-secure
86 the instance. Custom claim with a value encoded as an integer.
108 encoded as an unsigned integer set to 1.
/trusted-firmware-m-latest/lib/ext/t_cose/
DREADME.md225 * Doesn't handle COSE string algorithm IDs. Only COSE integer algorithm IDs are handled.
/trusted-firmware-m-latest/docs/design_docs/dual-cpu/
Dmailbox_ns_agent_update.rst256 ``control`` is a 32-bit unsigned integer and bits not mentioned in the
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_pka.c2126 PKA_Memcpy_u8_to_u32(&hpka->Instance->RAM[PKA_ECDSA_SIGN_IN_K], in->integer, in->primeOrderSize); in PKA_ECDSASign_Set()

12