Searched refs:BTIPC_LOG_L1 (Results 1 – 1 of 1) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_ipc_bt.c | 61 #define BTIPC_LOG_L1(...) printf(__VA_ARGS__) macro 63 #define BTIPC_LOG_L1(...) 117 BTIPC_LOG_L1("shadow 0x%lx, notifyMask 0x%lx, relMask 0x%lx\n", shadowIntr, notify, release); in Cy_BTIPC_IRQ_Handler() 122 BTIPC_LOG_L1("Release int\n"); in Cy_BTIPC_IRQ_Handler() 151 BTIPC_LOG_L1("Notify int "); in Cy_BTIPC_IRQ_Handler() 166 BTIPC_LOG_L1("on ch %ld\n",channelHPC); in Cy_BTIPC_IRQ_Handler() 177 BTIPC_LOG_L1("HPC payload type %d\n",msgType); in Cy_BTIPC_IRQ_Handler() 181 BTIPC_LOG_L1("Notify HPC int cb+\n"); in Cy_BTIPC_IRQ_Handler() 183 BTIPC_LOG_L1("Notify HPC int cb-\n"); in Cy_BTIPC_IRQ_Handler() 187 …BTIPC_LOG_L1("idx %d, Notify HPC cb %p, msgType %d\n",idx, contextPtr->hpcNotifyCallbackParam[idx]… in Cy_BTIPC_IRQ_Handler() [all …]
|