Home
last modified time | relevance | path

Searched refs:flashAddress (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/secure_boot_gen/
Dsecureboot_gen_defs.h56 CCAddr_t flashAddress,
74 CCAddr_t flashAddress,
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_helper.c200 uint32_t runIt_flashReadWrap(void* flashAddress, /*! Flash address to read from */ in runIt_flashReadWrap() argument
207 if (runIt_flashRead((uint32_t)flashAddress, memDst, sizeToRead) != RUNIT_ERROR__OK) in runIt_flashReadWrap()
Drun_integration_helper.h246 uint32_t runIt_flashReadWrap(void* flashAddress, uint8_t *memDst, uint32_t sizeToRead, void* contex…