Morse Micro IoT SDK  2.9.7

Detailed Description

Structure for retrieving version information from the mmwlan subsystem.

Definition at line 361 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

char morselib_version [MMWLAN_MORSELIB_VERSION_MAXLEN]
 Morselib version string. More...
 
char morse_fw_version [MMWLAN_FW_VERSION_MAXLEN]
 Morse transceiver firmware version string. More...
 
uint32_t morse_chip_id
 Morse transceiver chip ID. More...
 
char morse_chip_id_string [MMWLAN_CHIP_ID_STRING_MAXLEN]
 Morse transceiver chip ID user-friendly string. More...
 

Field Documentation

◆ morse_chip_id

uint32_t mmwlan_version::morse_chip_id

Morse transceiver chip ID.

Definition at line 368 of file mmwlan.h.

◆ morse_chip_id_string

char mmwlan_version::morse_chip_id_string[MMWLAN_CHIP_ID_STRING_MAXLEN]

Morse transceiver chip ID user-friendly string.

Definition at line 370 of file mmwlan.h.

◆ morse_fw_version

char mmwlan_version::morse_fw_version[MMWLAN_FW_VERSION_MAXLEN]

Morse transceiver firmware version string.

Null terminated.

Definition at line 366 of file mmwlan.h.

◆ morselib_version

char mmwlan_version::morselib_version[MMWLAN_MORSELIB_VERSION_MAXLEN]

Morselib version string.

Null terminated.

Definition at line 364 of file mmwlan.h.


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