Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/interface/patterns/ble_thread/tl/
H A Dtl_mbox.c82 TL_RefTable.p_thread_table = &TL_ThreadTable; in TL_Init()
217 MB_ThreadTable_t * p_thread_table; in TL_THREAD_Init() local
219 p_thread_table = TL_RefTable.p_thread_table; in TL_THREAD_Init()
221 p_thread_table->clicmdrsp_buffer = p_Config->p_ThreadCliRspBuffer; in TL_THREAD_Init()
222 p_thread_table->otcmdrsp_buffer = p_Config->p_ThreadOtCmdRspBuffer; in TL_THREAD_Init()
223 p_thread_table->notack_buffer = p_Config->p_ThreadNotAckBuffer; in TL_THREAD_Init()
232 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->otcmdrsp_buffer))->cmdserial.type = TL_OTCMD_PKT_T… in TL_OT_SendCmd()
241 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->clicmdrsp_buffer))->cmdserial.type = TL_CLICMD_PKT… in TL_CLI_SendCmd()
250 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->notack_buffer))->cmdserial.type = TL_OTACK_PKT_TYP… in TL_THREAD_SendAck()
259 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->notack_buffer))->cmdserial.type = TL_OTACK_PKT_TYP… in TL_THREAD_CliSendAck()
[all …]
H A Dmbox_def.h147 MB_ThreadTable_t *p_thread_table; member