Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
lora_phy_ds.h File Reference
Data structures relating to PHY layer. More...
Go to the source code of this file.
Data Structures | |
struct | set_band_txdone_params_t |
The parameter structure for the function RegionSetBandTxDone. More... | |
struct | cflist_params_t |
The parameter structure for the function RegionApplyCFList. More... | |
struct | tx_config_params_t |
TX configuration parameters. More... | |
struct | adr_req_params_t |
This structure contains parameters for ADR request coming from network server. More... | |
struct | link_adr_params_s |
Structure containing data for local ADR settings. More... | |
struct | verify_adr_params_s |
Structure used to store ADR values received from network for verification (legality) purposes. More... | |
struct | rx_param_setup_req_s |
Contains rx parameter setup request coming from network server. More... | |
struct | tx_param_setup_req_s |
Contains tx parameter setup request coming from network server. More... | |
struct | new_channel_req_params_s |
A structure that holds new channel parameters coming from the network server. More... | |
struct | dl_channel_req_params_s |
The parameter structure for the function RegionDlChannelReq. More... | |
struct | backoff_params_s |
struct | channel_selection_params_s |
The parameter structure for the function RegionNextChannel. More... | |
struct | continuous_wave_mode_params_s |
Typedefs | |
typedef struct link_adr_params_s | link_adr_params_t |
Structure containing data for local ADR settings. | |
typedef struct verify_adr_params_s | verify_adr_params_t |
Structure used to store ADR values received from network for verification (legality) purposes. | |
typedef struct rx_param_setup_req_s | rx_param_setup_req_t |
Contains rx parameter setup request coming from network server. | |
typedef struct tx_param_setup_req_s | tx_param_setup_req_t |
Contains tx parameter setup request coming from network server. | |
typedef struct new_channel_req_params_s | new_channel_req_params_t |
A structure that holds new channel parameters coming from the network server. | |
typedef struct dl_channel_req_params_s | dl_channel_req_params_t |
The parameter structure for the function RegionDlChannelReq. | |
typedef struct backoff_params_s | backoff_params_t |
typedef struct channel_selection_params_s | channel_selection_params_t |
The parameter structure for the function RegionNextChannel. | |
typedef struct continuous_wave_mode_params_s | cw_mode_params_t |
Detailed Description
Data structures relating to PHY layer.
______ _ / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| (C)2013 Semtech ___ _____ _ ___ _ _____ ___ ___ ___ ___ / __|_ _/_\ / __| |/ / __/ _ \| _ \/ __| __| \__ \ | |/ _ \ (__| ' <| _| (_) | / (__| _| |___/ |_/_/ \_\___|_|\_\_| \___/|_|_\\___|___| embedded.connectivity.solutions===============
License: Revised BSD License, see LICENSE.TXT file include in the project
Maintainer: Miguel Luis ( Semtech ), Gregory Cristian ( Semtech ) and Daniel Jaeckle ( STACKFORCE )
Copyright (c) 2017, Arm Limited and affiliates. SPDX-License-Identifier: BSD-3-Clause
Definition in file lora_phy_ds.h.
Typedef Documentation
typedef struct backoff_params_s backoff_params_t |
The parameter structure for the function RegionCalcBackOff.
typedef struct channel_selection_params_s channel_selection_params_t |
The parameter structure for the function RegionNextChannel.
typedef struct continuous_wave_mode_params_s cw_mode_params_t |
The parameter structure for the function RegionContinuousWave.
typedef struct dl_channel_req_params_s dl_channel_req_params_t |
The parameter structure for the function RegionDlChannelReq.
typedef struct link_adr_params_s link_adr_params_t |
Structure containing data for local ADR settings.
typedef struct new_channel_req_params_s new_channel_req_params_t |
A structure that holds new channel parameters coming from the network server.
typedef struct rx_param_setup_req_s rx_param_setup_req_t |
Contains rx parameter setup request coming from network server.
typedef struct tx_param_setup_req_s tx_param_setup_req_t |
Contains tx parameter setup request coming from network server.
typedef struct verify_adr_params_s verify_adr_params_t |
Structure used to store ADR values received from network for verification (legality) purposes.
Generated on Tue Jul 12 2022 12:22:31 by
