Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/
Dtfm_fwu_req_mngr.c95 fwu_ctx[component].component_state = PSA_FWU_WRITING; in tfm_fwu_start()
132 fwu_ctx[component].component_state != PSA_FWU_WRITING) { in tfm_fwu_write()
181 fwu_ctx[component].component_state != PSA_FWU_WRITING) { in tfm_fwu_finish()
452 if ((fwu_ctx[component].component_state == PSA_FWU_WRITING) || in tfm_fwu_cancel()
/trusted-firmware-m-3.6.0/interface/include/psa/
Dupdate.h96 #define PSA_FWU_WRITING 1u macro