Appiko
Functions
S2LP_PktBasic.c File Reference

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

#include "S2LP_PktBasic.h"
#include "MCU_Interface.h"
#include "S2LP_PktWMbus.h"

Go to the source code of this file.

Functions

void S2LPPktBasicInit (PktBasicInit *pxPktBasicInit)
 Initialize the S2LP Basic packet according to the specified parameters in the PktBasicInit struct. Notice that this function sets the autofiltering option on CRC if it is set to any value different from BASIC_NO_CRC. More...
 
void S2LPPktBasicGetInfo (PktBasicInit *pxPktBasicInit)
 Return the S2LP Basic packet structure according to the specified parameters in the registers. More...
 
void S2LPPktBasicAddressesInit (PktBasicAddressesInit *pxPktBasicAddresses)
 Initialize the S2LP Basic packet addresses according to the specified parameters in the PktBasicAddressesInit struct. More...
 
void S2LPPktBasicGetAddressesInfo (PktBasicAddressesInit *pxPktBasicAddresses)
 Return the S2LP Basic packet addresses structure according to the specified parameters in the registers. More...
 
void S2LPPktBasicSetFormat (void)
 Configure the Basic packet format as packet used by S2LP. More...
 
void S2LPPktBasicAddressField (SFunctionalState xAddressField)
 Set the address length for S2LP Basic packets. More...
 
SFunctionalState S2LPPktBasicGetAddressField (void)
 Specify if the Address field for S2LP Basic packets is enabled or disabled. More...
 
void S2LPPktBasicSetPayloadLength (uint16_t nPayloadLength)
 Set the payload length for S2LP Basic 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 packet length to be written. More...
 
uint16_t S2LPPktBasicGetPayloadLength (void)
 Return the payload length for S2LP Basic 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 S2LPPktBasicGetReceivedPktLength (void)
 Return the packet length field of the received 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_PktBasic.c.