Header for tl module. More...
#include "stm32_wpan_common.h"
Go to the source code of this file.
Data Structures | |
struct | TL_MM_Config_t |
struct | TL_TH_Config_t |
struct | TL_LLD_tests_Config_t |
struct | TL_BLE_LLD_Config_t |
struct | TL_MAC_802_15_4_Config_t |
struct | TL_ZIGBEE_Config_t |
struct | TL_BLE_InitConf_t |
Contain the BLE HCI Init Configuration. More... | |
struct | TL_SYS_InitConf_t |
Contain the SYSTEM HCI Init Configuration. More... | |
Typedefs | |
struct { | |
} | TL_PacketHeader_t |
< Packet header More... | |
struct { | |
} | TL_CsEvt_t |
This the payload of TL_Evt_t for a command status event. More... | |
struct { | |
} | TL_CcEvt_t |
This the payload of TL_Evt_t for a command complete event. More... | |
struct { | |
} | TL_AsynchEvt_t |
This the payload of TL_Evt_t for an asynchronous event. More... | |
struct { | |
} | TL_EvtPacket_t |
This format shall be used for all events (asynchronous and command response) reported by the CPU2 except for the command response of a system command where the header is not there and the format to be used shall be TL_EvtSerial_t. More... | |
Header for tl module.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file tl.h.
typedef { ... } TL_AsynchEvt_t |
This the payload of TL_Evt_t for an asynchronous event.
typedef { ... } TL_CcEvt_t |
This the payload of TL_Evt_t for a command complete event.
typedef { ... } TL_CsEvt_t |
This the payload of TL_Evt_t for a command status event.
typedef { ... } TL_EvtPacket_t |
This format shall be used for all events (asynchronous and command response) reported by the CPU2 except for the command response of a system command where the header is not there and the format to be used shall be TL_EvtSerial_t.
Note: Be careful that the asynchronous events reported by the CPU2 on the system channel do include the header and shall use TL_EvtPacket_t format. Only the command response format on the system channel is different.
typedef { ... } TL_PacketHeader_t |
< Packet header