class InterruptOptions

Defined at line 19 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

|InterruptOptions| is flexible, hence may contain unknown members not

defined in the FIDL schema.

Public Members

static InterruptOptions kWakeable
static InterruptOptions kTimestampMono
static InterruptOptions kMask

Public Methods

void InterruptOptions ()

Defined at line 21 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

void InterruptOptions (uint32_t value)

Constructs an instance of |InterruptOptions| from an underlying primitive value,

preserving any bit member not defined in the FIDL schema.

Defined at line 25 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

uint32_t operator unsigned int ()

Defined at line 30 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

bool operator bool ()

Defined at line 31 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

bool operator== (const InterruptOptions & other)

Defined at line 32 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

bool operator!= (const InterruptOptions & other)

Defined at line 33 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

std::optional<InterruptOptions> TryFrom (uint32_t value)

Constructs an instance of |InterruptOptions| from an underlying primitive value

if the primitive does not contain any unknown members not defined in the

FIDL schema. Otherwise, returns |std::nullopt|.

Defined at line 47 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

InterruptOptions TruncatingUnknown (uint32_t value)

Constructs an instance of |InterruptOptions| from an underlying primitive value,

clearing any bit member not defined in the FIDL schema.

Defined at line 56 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

InterruptOptions unknown_bits ()

Defined at line 59 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

bool has_unknown_bits ()

Defined at line 62 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

InterruptOptions operator~ ()

Defined at line 73 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

InterruptOptions operator| (const InterruptOptions & other)

Defined at line 77 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

InterruptOptions operator& (const InterruptOptions & other)

Defined at line 82 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

InterruptOptions operator^ (const InterruptOptions & other)

Defined at line 87 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

InterruptOptions operator- (const InterruptOptions & other)

Defined at line 92 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

void operator|= (const InterruptOptions & other)

Defined at line 97 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

void operator&= (const InterruptOptions & other)

Defined at line 102 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

void operator^= (const InterruptOptions & other)

Defined at line 107 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h

void operator-= (const InterruptOptions & other)

Defined at line 112 of file fidling/gen/sdk/fidl/fuchsia.hardware.gpio/fuchsia.hardware.gpio/cpp/fidl/fuchsia.hardware.gpio/cpp/common_types.h