Home
last modified time | relevance | path

Searched refs:runIt_flashRead (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_flash.h51 RunItError_t runIt_flashRead(uint32_t addr, uint8_t* buff, size_t len);
Drun_integration_flash.c125 RunItError_t runIt_flashRead(uint32_t addr, uint8_t* pBuff, size_t len) in runIt_flashRead() function
Drun_integration_helper.c207 if (runIt_flashRead((uint32_t)flashAddress, memDst, sizeToRead) != RUNIT_ERROR__OK) in runIt_flashReadWrap()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_secure_boot.c579runIt_flashRead(RUNIT_SECURE_BOOT__CONTENT_PKG_1_FLASH_ADDRESS, (uint8_t*)pCntCertPtr, RUNIT_SECUR… in runIt_secureBoot()
589runIt_flashRead(RUNIT_SECURE_BOOT__IMAGE_PKG_3_FLASH_ADDRESS, (uint8_t*)pImage3Ptr, RUNIT_SECURE_B… in runIt_secureBoot()