Searched refs:msgType (Results 1 – 4 of 4) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_pra.h | 887 #define CY_PRA_FUNCTION_CALL_RETURN_PARAM(msgType, funcIndex, param) \ argument 888 Cy_PRA_SendCmd((msgType), (funcIndex), (uint32_t)(param), 0UL) 905 #define CY_PRA_FUNCTION_CALL_RETURN_VOID(msgType, funcIndex) \ argument 906 Cy_PRA_SendCmd((msgType), (funcIndex), 0UL, 0UL) 922 #define CY_PRA_FUNCTION_CALL_VOID_PARAM(msgType, funcIndex, param) \ argument 923 (void)Cy_PRA_SendCmd((msgType), (funcIndex), (uint32_t)(param), 0UL) 937 #define CY_PRA_FUNCTION_CALL_VOID_VOID(msgType, funcIndex) \ argument 938 (void)Cy_PRA_SendCmd((msgType), (funcIndex), 0UL, 0UL)
|
| D | cy_ipc_bt.h | 497 cy_en_btipc_hpcpti_t msgType; /**< HPC Message Type */ member
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_ipc_bt.c | 97 cy_en_btipc_hpcpti_t msgType; in Cy_BTIPC_IRQ_Handler() local 175 msgType = (cy_en_btipc_hpcpti_t)((0xFFUL) & mesg[0]); in Cy_BTIPC_IRQ_Handler() 177 BTIPC_LOG_L1("HPC payload type %d\n",msgType); in Cy_BTIPC_IRQ_Handler() 187 …hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr, contextPtr->hpcNotifyCallbackParam[idx].msgType); in Cy_BTIPC_IRQ_Handler() 188 if ((contextPtr->hpcNotifyCallbackParam[idx].msgType == msgType) && in Cy_BTIPC_IRQ_Handler() 192 … if ((msgType == CY_BT_IPC_HPC_LONG) && (*(((uint8_t*)mesg)+1) == (uint8_t)CY_BT_IPC_HPC_INIT)) in Cy_BTIPC_IRQ_Handler() 482 contextPtr->hpcNotifyCallbackParam[idx].msgType = CY_BT_IPC_HPC_RESERVED; in Cy_BTIPC_Init() 586 contextPtr->hpcNotifyCallbackParam[idx].msgType = CY_BT_IPC_HPC_RESERVED; in Cy_BTIPC_Deinit() 955 (contextPtr->hpcNotifyCallbackParam[idx].msgType == CY_BT_IPC_HPC_RESERVED)) in Cy_BTIPC_HPC_RegisterCb() 958 contextPtr->hpcNotifyCallbackParam[idx].msgType = pHpcNotifyCallbackParam->msgType; in Cy_BTIPC_HPC_RegisterCb() [all …]
|
| /hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/ |
| D | cybt_platform_hci.c | 435 {.hpcNotifyCallbackPtr = notify_callback_mcu_pm, .msgType = CY_BT_IPC_HPC_PM}, in cybt_platform_hci_open() 437 {.hpcNotifyCallbackPtr = notify_callback_mcu_longmsg, .msgType = CY_BT_IPC_HPC_LONG}, in cybt_platform_hci_open() 439 {.hpcNotifyCallbackPtr = notify_callback_mcu_trng, .msgType = CY_BT_IPC_HPC_REQTRNG}, in cybt_platform_hci_open()
|