Morse Micro IoT SDK  2.9.7
mmwlan_boot_args Struct Reference

Detailed Description

Arguments data structure for mmwlan_boot().

This structure should be initialized using MMWLAN_BOOT_ARGS_INIT for sensible default values, particularly for forward compatibility with new releases that may add new fields to the struct. For example:

Note
This struct currently does not include any sensible arguments yet, and is provided for forwards compatibility with potential future API extensions.
enum mmwlan_status status;
// HERE: initialize arguments
status = mmwlan_boot(&boot_args);
enum mmwlan_status mmwlan_boot(const struct mmwlan_boot_args *args)
Boot the Morse Micro transceiver and leave it in an idle state.
#define MMWLAN_BOOT_ARGS_INIT
Initializer for mmwlan_boot_args.
Definition: mmwlan.h:760
mmwlan_status
Enumeration of status return codes.
Definition: mmwlan.h:50
Arguments data structure for mmwlan_boot().
Definition: mmwlan.h:750

Definition at line 749 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

uint8_t reserved
 Note this field should not be used and will be removed in future. More...
 

Field Documentation

◆ reserved

uint8_t mmwlan_boot_args::reserved

Note this field should not be used and will be removed in future.

Definition at line 752 of file mmwlan.h.


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