Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
link_layer_setups_s Struct Reference
Network coordinator parameter list. More...
#include <net_interface.h>
Data Fields | |
uint16_t | PANId |
Network PAN-ID. | |
uint8_t | LogicalChannel |
Network logical channel. | |
net_mac_address_t | addr_mode |
Coordinator address mode. | |
uint8_t | address [8] |
Coordinator address. | |
uint8_t | sf |
Network superframe setup. |
Detailed Description
Network coordinator parameter list.
Structure is used to read network parameter for warm start.
Definition at line 188 of file net_interface.h.
Field Documentation
Coordinator address mode.
Definition at line 191 of file net_interface.h.
uint8_t address[8] |
Coordinator address.
Definition at line 192 of file net_interface.h.
uint8_t LogicalChannel |
Network logical channel.
Definition at line 190 of file net_interface.h.
uint16_t PANId |
Network PAN-ID.
Definition at line 189 of file net_interface.h.
uint8_t sf |
Network superframe setup.
Definition at line 193 of file net_interface.h.
Generated on Fri Jul 22 2022 04:54:13 by
