Home
last modified time | relevance | path

Searched refs:TEST_WRITE_OTP_BY_ENV (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_otp.c26 TEST_WRITE_OTP_BY_ENV(offsetInWords, value); in Test_ProjWriteOtpWord()
242 TEST_WRITE_OTP_BY_ENV(i, 0); in Test_ProjBurnCmOtp()
270 TEST_WRITE_OTP_BY_ENV(i, 0); in Test_ProjBurnDmOtp()
Dtest_proj_otp.h66 #define TEST_WRITE_OTP_BY_ENV(wordOffset, val) \ macro