Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dtl_mbox.c97 TL_RefTable.p_sys_table = &TL_SysTable; in TL_Init()
199 p_systable = TL_RefTable.p_sys_table; in TL_SYS_Init()
216 ((TL_CmdPacket_t *)(TL_RefTable.p_sys_table->pcmd_buffer))->cmdserial.type = TL_SYSCMD_PKT_TYPE; in TL_SYS_SendCmd()
218 OutputDbgTrace(TL_MB_SYS_CMD, TL_RefTable.p_sys_table->pcmd_buffer); in TL_SYS_SendCmd()
227 OutputDbgTrace(TL_MB_SYS_CMD_RSP, (uint8_t*)(TL_RefTable.p_sys_table->pcmd_buffer) ); in HW_IPCC_SYS_CmdEvtNot()
229 SYS_CMD_IoBusCallBackFunction( (TL_EvtPacket_t*)(TL_RefTable.p_sys_table->pcmd_buffer) ); in HW_IPCC_SYS_CmdEvtNot()
Dmbox_def.h154 MB_SysTable_t *p_sys_table; member