Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/secure_element/stsafea/se_psa/
Dse_psa.h41 #define ASSERT_STATUS(expression, expected, psa_error) \ argument
44 SE_API_Status_t ASSERT_result = (expression); \
58 #define ASSERT_SUCCESS(expression) ASSERT_STATUS(expression, SE_OK, \ argument
63 #define ASSERT_SUCCESS_PSA(expression) ASSERT_STATUS(expression, PSA_SUCCESS, \ argument
/trusted-firmware-m-latest/platform/ext/target/nordic_nrf/common/core/common/
Dnrfx_glue.h61 #define NRFX_ASSERT(expression) if (0 && (expression)) {} argument
63 #define NRFX_ASSERT(expression) assert(expression)
71 #define NRFX_STATIC_ASSERT(expression) _Static_assert(expression, "") argument
/trusted-firmware-m-latest/docs/design_docs/software/
Denum_implicit_casting.rst34 The expression that defines the value of an enumeration constant shall be an
35 integer constant expression that has a value representable as an int.
/trusted-firmware-m-latest/platform/ns/
Dtoolchain_ns_IARARM.cmake182 # the generator expression would evaluate to true or not.
Dtoolchain_ns_ARMCLANG.cmake354 # the generator expression would evaluate to true or not.
/trusted-firmware-m-latest/
Dtoolchain_IARARM.cmake178 # the generator expression would evaluate to true or not.
Dtoolchain_GNUARM.cmake220 # the generator expression would evaluate to true or not.
Dtoolchain_ARMCLANG.cmake296 # the generator expression would evaluate to true or not.