Searched refs:cy_en_ipcdrv_status_t (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_ipc_drv.c | 61 cy_en_ipcdrv_status_t Cy_IPC_Drv_LockRelease (IPC_STRUCT_Type* base, uint32_t releaseEventIntr) in Cy_IPC_Drv_LockRelease() 63 cy_en_ipcdrv_status_t retStatus; in Cy_IPC_Drv_LockRelease() 114 cy_en_ipcdrv_status_t Cy_IPC_Drv_SendMsgWord (IPC_STRUCT_Type* base, uint32_t notifyEventIntr, uin… in Cy_IPC_Drv_SendMsgWord() 116 cy_en_ipcdrv_status_t retStatus; in Cy_IPC_Drv_SendMsgWord() 166 cy_en_ipcdrv_status_t Cy_IPC_Drv_ReadMsgWord (IPC_STRUCT_Type const * base, uint32_t * message) in Cy_IPC_Drv_ReadMsgWord() 168 cy_en_ipcdrv_status_t retStatus; in Cy_IPC_Drv_ReadMsgWord() 221 cy_en_ipcdrv_status_t Cy_IPC_Drv_SendMsgDWord (IPC_STRUCT_Type* base, uint32_t notifyEventIntr, ui… in Cy_IPC_Drv_SendMsgDWord() 223 cy_en_ipcdrv_status_t retStatus = CY_IPC_DRV_ERROR; in Cy_IPC_Drv_SendMsgDWord() 273 cy_en_ipcdrv_status_t Cy_IPC_Drv_ReadMsgDWord (IPC_STRUCT_Type const* base, uint32_t* message) in Cy_IPC_Drv_ReadMsgDWord() 275 cy_en_ipcdrv_status_t retStatus; in Cy_IPC_Drv_ReadMsgDWord()
|
| D | cy_efuse.c | 81 cy_en_ipcdrv_status_t retStatus; in Cy_EFUSE_GetEfuseByte()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_ipc_drv.h | 585 } cy_en_ipcdrv_status_t; typedef 615 __STATIC_INLINE cy_en_ipcdrv_status_t Cy_IPC_Drv_LockAcquire (IPC_STRUCT_Type const * base); 616 cy_en_ipcdrv_status_t Cy_IPC_Drv_LockRelease (IPC_STRUCT_Type * base, uint32_t releaseEventIntr); 620 cy_en_ipcdrv_status_t Cy_IPC_Drv_SendMsgWord (IPC_STRUCT_Type * base, uint32_t notifyEventIntr, … 621 cy_en_ipcdrv_status_t Cy_IPC_Drv_ReadMsgWord (IPC_STRUCT_Type const * base, uint32_t * message); 624 cy_en_ipcdrv_status_t Cy_IPC_Drv_SendMsgDWord (IPC_STRUCT_Type * base, uint32_t notifyEventIntr,… 625 cy_en_ipcdrv_status_t Cy_IPC_Drv_ReadMsgDWord (IPC_STRUCT_Type const * base, uint32_t* message); 628 __STATIC_INLINE cy_en_ipcdrv_status_t Cy_IPC_Drv_SendMsgPtr (IPC_STRUCT_Type* base, uint32_t notify… 629 __STATIC_INLINE cy_en_ipcdrv_status_t Cy_IPC_Drv_ReadMsgPtr (IPC_STRUCT_Type const * base, void ** … 1202 __STATIC_INLINE cy_en_ipcdrv_status_t Cy_IPC_Drv_SendMsgPtr(IPC_STRUCT_Type* base, uint32_t notify… in Cy_IPC_Drv_SendMsgPtr() [all …]
|