1.3.3.2 WDRV_PIC32MZW_SCAN_MATCH_MODE Enum

C

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;

Summary

List of possible scan matching modes.

Description

The scan matching mode can be to stop on first match or match all.

Remarks

None.