Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dtl_mbox.c94 TL_RefTable.p_thread_table = &TL_ThreadTable; in TL_Init()
256 MB_ThreadTable_t * p_thread_table; in TL_THREAD_Init() local
258 p_thread_table = TL_RefTable.p_thread_table; in TL_THREAD_Init()
260 p_thread_table->clicmdrsp_buffer = p_Config->p_ThreadCliRspBuffer; in TL_THREAD_Init()
261 p_thread_table->otcmdrsp_buffer = p_Config->p_ThreadOtCmdRspBuffer; in TL_THREAD_Init()
262 p_thread_table->notack_buffer = p_Config->p_ThreadNotAckBuffer; in TL_THREAD_Init()
263 p_thread_table->clinot_buffer = p_Config->p_ThreadCliNotBuffer; in TL_THREAD_Init()
272 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->otcmdrsp_buffer))->cmdserial.type = TL_OTCMD_PKT_T… in TL_OT_SendCmd()
281 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->clicmdrsp_buffer))->cmdserial.type = TL_CLICMD_PKT… in TL_CLI_SendCmd()
290 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->notack_buffer))->cmdserial.type = TL_OTACK_PKT_TYP… in TL_THREAD_SendAck()
[all …]
Dmbox_def.h153 MB_ThreadTable_t *p_thread_table; member