Searched refs:INT2LE (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/provision/ |
D | otp_provision.c | 29 #define INT2LE(A) (uint8_t)(A & 0xFF), (uint8_t )((A >> 8) & 0xFF),\ macro 74 .iak_len = { INT2LE(32) }, 77 .iak_type= { INT2LE(PSA_ALG_HMAC(PSA_ALG_SHA_256))}, 80 .iak_type= { INT2LE(PSA_ECC_FAMILY_SECP_R1) }, 92 .lcs= {INT2LE(PLAT_OTP_LCS_SECURED)},
|
D | nvmcnt_init.c | 23 #define INT2LE(A) (uint8_t)(A & 0xFF), (uint8_t )((A >> 8) & 0xFF),\ macro
|
D | nvm_init.c | 23 #define INT2LE(A) (uint8_t)(A & 0xFF), (uint8_t )((A >> 8) & 0xFF),\ macro
|