1.2.3.6 WDRV_PIC32MZW_SCAN_MATCH_MODE Enum
typedef enum
{
/* Stop scan on first match. */
WDRV_PIC32MZW_SCAN_MATCH_MODE_STOP_ON_FIRST,
/* Scan for all matches. */
WDRV_PIC32MZW_SCAN_MATCH_MODE_FIND_ALL
} WDRV_PIC32MZW_SCAN_MATCH_MODE;
C
Summary
List of possible scan matching modes.
Description
The scan matching mode can be to stop on first match or match all.
Remarks
None.