nRF5 SDK for Mesh v5.0.0
Data Fields
fm_handle_filter_t Struct Reference

Handle filter, used to search through all handles to find matches. More...

#include <flash_manager.h>

Data Fields

fm_handle_t mask
 Mask to apply to the match value when comparing with a handle. More...
 
fm_handle_t match
 Value that the masked portion of the handle has to match. More...
 

Detailed Description

Handle filter, used to search through all handles to find matches.

Matches any handle that satisfies the following condition: ((handle & mask) == (match & mask))

Definition at line 103 of file flash_manager.h.

Field Documentation

◆ mask

fm_handle_t fm_handle_filter_t::mask

Mask to apply to the match value when comparing with a handle.

Definition at line 105 of file flash_manager.h.

◆ match

fm_handle_t fm_handle_filter_t::match

Value that the masked portion of the handle has to match.

Definition at line 106 of file flash_manager.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated