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_LLD_BLE_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... | |
Variables | |
typedef | PACKED_STRUCT |
< Packet header 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 PACKED_STRUCT |
< Packet header
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.
This the payload of TL_Evt_t for an asynchronous event.
This the payload of TL_Evt_t for a command complete event.
This the payload of TL_Evt_t for a command status event.
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.