Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/lib/stm32wb/hci/
Dtl_mbox.c100 TL_RefTable.p_mac_802_15_4_table = &TL_Mac_802_15_4_Table; in TL_Init()
461 MB_Mac_802_15_4_t * p_mac_802_15_4_table; in TL_MAC_802_15_4_Init() local
463 p_mac_802_15_4_table = TL_RefTable.p_mac_802_15_4_table; in TL_MAC_802_15_4_Init()
465 p_mac_802_15_4_table->p_cmdrsp_buffer = p_Config->p_Mac_802_15_4_CmdRspBuffer; in TL_MAC_802_15_4_Init()
466 p_mac_802_15_4_table->p_notack_buffer = p_Config->p_Mac_802_15_4_NotAckBuffer; in TL_MAC_802_15_4_Init()
475 …((TL_CmdPacket_t *)(TL_RefTable.p_mac_802_15_4_table->p_cmdrsp_buffer))->cmdserial.type = TL_OTCMD… in TL_MAC_802_15_4_SendCmd()
484 …((TL_CmdPacket_t *)(TL_RefTable.p_mac_802_15_4_table->p_notack_buffer))->cmdserial.type = TL_OTACK… in TL_MAC_802_15_4_SendAck()
493 …TL_MAC_802_15_4_CmdEvtReceived( (TL_EvtPacket_t*)(TL_RefTable.p_mac_802_15_4_table->p_cmdrsp_buffe… in HW_IPCC_MAC_802_15_4_CmdEvtNot()
500 …TL_MAC_802_15_4_NotReceived( (TL_EvtPacket_t*)(TL_RefTable.p_mac_802_15_4_table->p_notack_buffer) … in HW_IPCC_MAC_802_15_4_EvtNot()
Dmbox_def.h157 MB_Mac_802_15_4_t *p_mac_802_15_4_table; member