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.
Dependents: MAXREFDES131_Qt_Demo MAX32630FTHR_iButton_uSD_Logger MAX32630FTHR_DS18B20_uSD_Logger MAXREFDES130_131_Demo ... more
SearchState Struct Reference
State used by all ROM ID search functions. More...
#include <RomCommands.h>
Public Member Functions | |
void | reset () |
Reset to the search state to start at the beginning. | |
void | findFamily (uint8_t familyCode) |
Setup the search to find the device type 'family_code' on the next call to OWNext() if it is present. | |
void | skipCurrentFamily () |
Setup the search to skip the current device type on the next call to OWNext(). |
Detailed Description
State used by all ROM ID search functions.
Definition at line 47 of file RomCommands.h.
Member Function Documentation
void findFamily | ( | uint8_t | familyCode ) |
Setup the search to find the device type 'family_code' on the next call to OWNext() if it is present.
Definition at line 61 of file RomCommands.cpp.
void reset | ( | void | ) |
Reset to the search state to start at the beginning.
Definition at line 53 of file RomCommands.cpp.
void skipCurrentFamily | ( | ) |
Setup the search to skip the current device type on the next call to OWNext().
Definition at line 68 of file RomCommands.cpp.
Generated on Tue Jul 12 2022 15:46:21 by
