![]() |
Demo HCI Implementation for WiMOD-LR Devices
V2.0.3
|
Basic information about system status of the WiMOD. More...
#include <SAP/WiMOD_SAP_DEVMGMT_Lorawan_IDs.h>
Public Attributes | |
| UINT8 | Status |
| UINT8 | SysTickResolution |
| UINT32 | SysTickCounter |
| UINT32 | RtcTime |
| UINT16 | NvmStatus |
| UINT16 | BatteryStatus |
| UINT16 | ExtraStatus |
| UINT32 | TxUDataPackets |
| UINT32 | TxCDataPackets |
| UINT32 | TxError |
| UINT32 | Rx1UDataPackets |
| UINT32 | Rx1CDataPackets |
| UINT32 | Rx1MicError |
| UINT32 | Rx2UDataPackets |
| UINT32 | Rx2CDataPackets |
| UINT32 | Rx2MicError |
| UINT32 | TxJoin |
| UINT32 | RxAccept |
Basic information about system status of the WiMOD.
| UINT16 TWiMODLR_DevMgmt_SystemStatusLorawan::BatteryStatus |
current voltage level of power supply in mV
| UINT16 TWiMODLR_DevMgmt_SystemStatusLorawan::ExtraStatus |
extra status bits
| UINT16 TWiMODLR_DevMgmt_SystemStatusLorawan::NvmStatus |
Status of the internal NVM slots
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::RtcTime |
32bit encoded current RTC timestamp (
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::Rx1CDataPackets |
number of reliable radio packets received in 1st window
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::Rx1MicError |
number of radio packets in 1st window with MIC error
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::Rx1UDataPackets |
number of unreliable radio packets received in 1st window
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::Rx2CDataPackets |
number of reliable radio packets received in 2nd window
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::Rx2MicError |
number of radio packets in 2nd window with MIC error
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::Rx2UDataPackets |
number of unreliable radio packets received in 2nd window
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::RxAccept |
number of join accept radio packets received
| UINT8 TWiMODLR_DevMgmt_SystemStatusLorawan::Status |
status flag; indicates if other values are vaild
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::SysTickCounter |
virtual systick counter value
| UINT8 TWiMODLR_DevMgmt_SystemStatusLorawan::SysTickResolution |
systick interval time in ms
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::TxCDataPackets |
number of reliable radio packets transmitted
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::TxError |
number of packets not transmitted due to an error
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::TxJoin |
number of join request radio packets transmitted
| UINT32 TWiMODLR_DevMgmt_SystemStatusLorawan::TxUDataPackets |
number of unreliable radio packets transmitted