FreeRTOS: FreeRTOS Cellular Library v1.2.0
FreeRTOS Cellular Library
CellularPsmSettings_t Struct Reference

Represents PSM settings. More...

#include <cellular_types.h>

Data Fields

uint8_t mode
 
uint32_t periodicTauValue
 
uint32_t periodicRauValue
 
uint32_t gprsReadyTimer
 
uint32_t activeTimeValue
 

Detailed Description

Represents PSM settings.

Field Documentation

◆ mode

uint8_t CellularPsmSettings_t::mode

PSM mode value (as shown above).

◆ periodicTauValue

uint32_t CellularPsmSettings_t::periodicTauValue

TAU (T3412) value encoded as per spec (as shown above).

◆ periodicRauValue

uint32_t CellularPsmSettings_t::periodicRauValue

RAU (T3312) value encoded as per Spec (as shown above).

◆ gprsReadyTimer

uint32_t CellularPsmSettings_t::gprsReadyTimer

GPRS Ready timer (T3314) value encoded as per Spec.

◆ activeTimeValue

uint32_t CellularPsmSettings_t::activeTimeValue

Active Time (T3324) value encoded as per spec (as shown above).


The documentation for this struct was generated from the following file: