Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_flash_srom.c67 … IPC_STRUCT_Type* syscall_ipc_struct = Cy_IPC_Drv_GetIpcBaseAddress((uint32_t)CY_IPC_CHAN_SYSCALL); in Cy_Srom_CallApi() local
87 …if (Cy_IPC_Drv_SendMsgWord(syscall_ipc_struct, CY_SROM_DR_IPC_NOTIFY_STRUCT, (uint32_t)&g_scratch)… in Cy_Srom_CallApi()
95 if (Cy_IPC_Drv_IsLockAcquired(syscall_ipc_struct) == false) in Cy_Srom_CallApi()
169 … IPC_STRUCT_Type* syscall_ipc_struct = Cy_IPC_Drv_GetIpcBaseAddress((uint32_t)CY_IPC_CHAN_SYSCALL); in Cy_Srom_CallApi_NonBlock() local
188 …if (Cy_IPC_Drv_SendMsgWord(syscall_ipc_struct, CY_SROM_DR_IPC_NOTIFY_STRUCT, (uint32_t)&g_scratch)… in Cy_Srom_CallApi_NonBlock()
196 if (Cy_IPC_Drv_IsLockAcquired(syscall_ipc_struct) == false) in Cy_Srom_CallApi_NonBlock()
252 … IPC_STRUCT_Type* syscall_ipc_struct = Cy_IPC_Drv_GetIpcBaseAddress((uint32_t)CY_IPC_CHAN_SYSCALL); in Cy_Srom_CallApi_2() local
267 …if (Cy_IPC_Drv_SendMsgDWord(syscall_ipc_struct, CY_SROM_DR_IPC_NOTIFY_STRUCT, message) != CY_IPC_D… in Cy_Srom_CallApi_2()
275 if (Cy_IPC_Drv_IsLockAcquired(syscall_ipc_struct) == false) in Cy_Srom_CallApi_2()
339 … IPC_STRUCT_Type* syscall_ipc_struct = Cy_IPC_Drv_GetIpcBaseAddress((uint32_t)CY_IPC_CHAN_SYSCALL); in Cy_Srom_CallApi_NonBlock_2() local
[all …]