Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-template-cat1/files/cat1b/
Dcybsp_pm_callbacks.c103 cy_en_smif_status_t smif_functions_status = Cy_SMIF_MemCmdReleasePowerDown(SMIF0, in cybsp_smif_power_up_callback() local
108 if (CY_SMIF_SUCCESS == smif_functions_status) in cybsp_smif_power_up_callback()
110 smif_functions_status = cybsp_is_memory_ready(smifConfigLocal[0]); in cybsp_smif_power_up_callback()
111 if (CY_SMIF_SUCCESS == smif_functions_status) in cybsp_smif_power_up_callback()
174 cy_en_smif_status_t smif_functions_status = Cy_SMIF_MemCmdReleasePowerDown(SMIF0, in cybsp_dsram_smif_power_up_callback() local
179 if (CY_SMIF_SUCCESS == smif_functions_status) in cybsp_dsram_smif_power_up_callback()
181 smif_functions_status = cybsp_is_memory_ready(smifConfigLocal[0]); in cybsp_dsram_smif_power_up_callback()
182 if (CY_SMIF_SUCCESS == smif_functions_status) in cybsp_dsram_smif_power_up_callback()
284 cy_en_smif_status_t smif_functions_status = Cy_SMIF_MemCmdReleasePowerDown(SMIF0, in cybsp_hibernate_callback() local
288 if (CY_SMIF_SUCCESS == smif_functions_status) in cybsp_hibernate_callback()
[all …]