Appiko
Functions
S2LP_PktStack.c File Reference

Configuration and management of S2-LP STack packets. More...

#include "S2LP_PktStack.h"
#include "MCU_Interface.h"
#include "S2LP_PktWMbus.h"

Go to the source code of this file.

Functions

void S2LPPktStackInit (PktStackInit *pxPktStackInit)
 Initialize the S2LP STack packet according to the specified parameters in the PktStackInit. More...
 
void S2LPPktStackGetInfo (PktStackInit *pxPktStackInit)
 Return the S2LP STack packet structure according to the specified parameters in the registers. More...
 
void S2LPPktStackAddressesInit (PktStackAddressesInit *pxPktStackAddresses)
 Initialize the S2LP STack packet addresses according to the specified parameters in the PktStackAddresses struct. More...
 
void S2LPPktStackGetAddressesInfo (PktStackAddressesInit *pxPktStackAddresses)
 Return the S2LP STack packet addresses structure according to the specified parameters in the registers. More...
 
void S2LPPktStackSetFormat (void)
 Configure the STack packet format for S2LP. More...
 
void S2LPPktStackSetPayloadLength (uint16_t nPayloadLength)
 Set the payload length for S2LP STack packets. Since the packet length depends from the address (always 2 for this packet format) and the control field size, this function reads the control length register content in order to determine the correct packet length to be written. More...
 
uint16_t S2LPPktStackGetPayloadLength (void)
 Return the payload length for S2LP STack packets. Since the packet length depends from the address and the control field size, this function reads the correspondent registers in order to determine the correct payload length to be returned. More...
 
uint16_t S2LPPktStackGetReceivedPktLength (void)
 Return the packet length field of the received packet. More...
 
void S2LPPktStackAutoAck (SFunctionalState xNewState)
 Se the AUTO_ACK bit on the receiver . More...
 
void S2LPPktStackNRetx (uint8_t nRetx)
 Set the number of retransmissions to be done in case of ACK loss. More...
 
SFlagStatus S2LPPktStackGetTXAckRequest (void)
 Get the NO_ACK bit. More...
 
void S2LPPktStackAckRequest (SFunctionalState xNewState)
 This function will set the NO_ACK bit or reset it. More...
 
void S2LPPktStackPiggybacking (SFunctionalState xNewState)
 Enable or Disable the piggybacking. More...
 
void S2LPPktStackSeqNumForReload (uint8_t cReloadValue)
 Set the reload value of the sequence number. More...
 
uint8_t S2LPPktStackGetNReTx (void)
 Returns the number of retransmission done on the transmitted packet. More...
 

Detailed Description

Author
LowPower RF BU - AMG
Version
1.2.1
Date
16-April-2018

THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.

THIS SOURCE CODE IS PROTECTED BY A LICENSE. FOR MORE INFORMATION PLEASE CAREFULLY READ THE LICENSE AGREEMENT FILE LOCATED IN THE ROOT DIRECTORY OF THIS FIRMWARE PACKAGE.

© COPYRIGHT 2016 STMicroelectronics

Definition in file S2LP_PktStack.c.