Home
last modified time | relevance | path

Searched refs:p_zigbee_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.c88 TL_RefTable.p_zigbee_table = &TL_Zigbee_Table; in TL_Init()
408 MB_ZigbeeTable_t * p_zigbee_table; in TL_ZIGBEE_Init() local
410 p_zigbee_table = TL_RefTable.p_zigbee_table; in TL_ZIGBEE_Init()
411 p_zigbee_table->appliCmdM4toM0_buffer = p_Config->p_ZigbeeOtCmdRspBuffer; in TL_ZIGBEE_Init()
412 p_zigbee_table->notifM0toM4_buffer = p_Config->p_ZigbeeNotAckBuffer; in TL_ZIGBEE_Init()
413 p_zigbee_table->loggingM0toM4_buffer = p_Config->p_ZigbeeLoggingBuffer; in TL_ZIGBEE_Init()
422 …((TL_CmdPacket_t *)(TL_RefTable.p_zigbee_table->appliCmdM4toM0_buffer))->cmdserial.type = TL_OTCMD… in TL_ZIGBEE_SendAppliCmdToM0()
432 …((TL_CmdPacket_t *)(TL_RefTable.p_zigbee_table->notifM0toM4_buffer))->cmdserial.type = TL_OTACK_PK… in TL_ZIGBEE_SendAckAfterAppliNotifFromM0()
442 TL_ZIGBEE_CmdEvtReceived( (TL_EvtPacket_t*)(TL_RefTable.p_zigbee_table->appliCmdM4toM0_buffer) ); in HW_IPCC_ZIGBEE_AppliCmdNotification()
450 TL_ZIGBEE_NotReceived( (TL_EvtPacket_t*)(TL_RefTable.p_zigbee_table->notifM0toM4_buffer) ); in HW_IPCC_ZIGBEE_AppliAsyncEvtNotification()
[all …]
H A Dmbox_def.h152 MB_ZigbeeTable_t *p_zigbee_table; member