Mistake on this page?
Report an issue in GitHub or email us
Data Structures | Variables
tl.h File Reference

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...
 

Detailed Description

Header for tl module.

Author
MCD Application Team
Attention

© Copyright (c) 2019 STMicroelectronics. All rights reserved.

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.

Variable Documentation

typedef PACKED_STRUCT
Initial value:
{
uint32_t *next

< 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.

Definition at line 68 of file tl.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.