Home
last modified time | relevance | path

Searched refs:offsetInWords (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.c24 void Test_ProjWriteOtpWord(uint32_t offsetInWords, uint32_t value) in Test_ProjWriteOtpWord() argument
26 TEST_WRITE_OTP_BY_ENV(offsetInWords, value); in Test_ProjWriteOtpWord()
29 void Test_ProjWriteOtpField(uint32_t offsetInWords, uint32_t sizeWords, uint32_t *buff) in Test_ProjWriteOtpField() argument
34 Test_ProjWriteOtpWord(offsetInWords + i, buff[i]); in Test_ProjWriteOtpField()
39 uint32_t Test_ProjReadOtpWord(uint32_t offsetInWords) in Test_ProjReadOtpWord() argument
43 read_value = TEST_READ_OTP_BY_ENV(offsetInWords); in Test_ProjReadOtpWord()
Dtest_proj_otp.h126 void Test_ProjWriteOtpWord(uint32_t offsetInWords, uint32_t value);
137 uint32_t Test_ProjReadOtpWord(uint32_t offsetInWords);