Mistake on this page?
Report an issue in GitHub or email us
Data Structures | Typedefs
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_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...
 

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.

Typedef Documentation

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

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.