Searched refs:ipcChannel (Results 1 – 8 of 8) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_ipc_sema.c | 81 cy_en_ipcsema_status_t Cy_IPC_Sema_Init(uint32_t ipcChannel, in Cy_IPC_Sema_Init() argument 95 cy_semaIpcStruct = Cy_IPC_Drv_GetIpcBaseAddress(ipcChannel); in Cy_IPC_Sema_Init() 106 retStatus = Cy_IPC_Sema_InitExt(ipcChannel, &cy_semaData); in Cy_IPC_Sema_Init() 146 cy_en_ipcsema_status_t Cy_IPC_Sema_InitExt(uint32_t ipcChannel, cy_stc_ipc_sema_t *ipcSema) in Cy_IPC_Sema_InitExt() argument 150 if (ipcChannel >= CY_IPC_CHANNELS) in Cy_IPC_Sema_InitExt() 164 cy_semaIpcStruct = Cy_IPC_Drv_GetIpcBaseAddress(ipcChannel); in Cy_IPC_Sema_InitExt()
|
| D | cy_crypto_server.c | 268 context->ipcChannel = config->ipcChannel; in Cy_Crypto_Server_Start_Common() 302 … CY_IPC_NO_NOTIFICATION, (1uL << config->ipcChannel)); in Cy_Crypto_Server_Start_Common() 370 … interruptMask & ~(1uL << cy_crypto_serverContext->ipcChannel)); in Cy_Crypto_Server_Stop() 758 (void)Cy_IPC_Drv_LockRelease(Cy_IPC_Drv_GetIpcBaseAddress(myData->ipcChannel), in Cy_Crypto_Server_Process() 775 if ((1uL << (cy_crypto_serverContext->ipcChannel)) == interruptMasked ) in Cy_Crypto_Server_GetDataHandler() 779 …C_Drv_ReadMsgPtr(Cy_IPC_Drv_GetIpcBaseAddress(cy_crypto_serverContext->ipcChannel), (void**)&proce… in Cy_Crypto_Server_GetDataHandler()
|
| D | cy_crypto.c | 70 if((1uL << clientContext->ipcChannel) == interruptMasked) in Cy_Crypto_Client_ReleaseIntrHndlr() 102 return ((1uL << (context->ipcChannel)) == in Cy_Crypto_IsServerStarted() 125 return (!Cy_IPC_Drv_IsLockAcquired(Cy_IPC_Drv_GetIpcBaseAddress(context->ipcChannel))); in Cy_Crypto_IsServerReady() 189 …S != Cy_IPC_Drv_SendMsgPtr(Cy_IPC_Drv_GetIpcBaseAddress(clientContext->ipcChannel), (1uL << client… in Cy_Crypto_Client_Send() 218 context->ipcChannel = config->ipcChannel; in Cy_Crypto_Init() 225 …(void)Cy_IPC_Drv_LockRelease(Cy_IPC_Drv_GetIpcBaseAddress(context->ipcChannel), CY_IPC_NO_NOTIFICA… in Cy_Crypto_Init() 239 … (1uL << context->ipcChannel), CY_IPC_NO_NOTIFICATION); in Cy_Crypto_Init() 283 if ((1uL << clientContext->ipcChannel) == interruptMasked) in Cy_Crypto_DeInit()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_ipc_sema.h | 144 cy_en_ipcsema_status_t Cy_IPC_Sema_Init (uint32_t ipcChannel, uint32_t count, uint32_t memPtr[]); 145 cy_en_ipcsema_status_t Cy_IPC_Sema_InitExt(uint32_t ipcChannel, cy_stc_ipc_sema_t *ipcSema);
|
| D | cy_crypto_common.h | 377 uint32_t ipcChannel; member 1047 uint32_t ipcChannel; member 1093 uint32_t ipcChannel; member
|
| /hal_infineon-latest/mtb-pdl-cat1/devices/COMPONENT_CAT1A/include/ |
| D | cy_device.h | 1631 #define CY_IPC_PIPE_CHANNEL_NUMBER_WITHIN_INSTANCE(ipcChannel) (((ipcChannel)%CY_IPC_CHANNELS_PER_I… argument
|
| /hal_infineon-latest/mtb-pdl-cat1/devices/COMPONENT_CAT1C/include/ |
| D | cy_device.h | 2121 #define CY_IPC_PIPE_CHANNEL_NUMBER_WITHIN_INSTANCE(ipcChannel) (((ipcChannel)%CY_IPC_CHANNELS_PER_I… argument
|
| /hal_infineon-latest/mtb-pdl-cat1/devices/COMPONENT_CAT1B/include/ |
| D | cy_device.h | 2317 #define CY_IPC_PIPE_CHANNEL_NUMBER_WITHIN_INSTANCE(ipcChannel) (((ipcChannel)%CY_IPC_CHANNELS_PER_… argument
|