class Irq

Defined at line 501 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h

Public Methods

void Irq ()

Defined at line 503 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h

void Irq (const Irq & other)

Defined at line 504 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h

Irq & operator= (const Irq & other)

Defined at line 505 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h

void Irq (Irq && other)

Defined at line 506 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_platform_bus::wire::Irq> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_platform_bus::wire::Irq> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_platform_bus::wire::Irq>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

uint32_t & irq ()
bool has_irq ()
::fuchsia_hardware_platform_bus::wire::ZirconInterruptMode & mode ()

Bit flag for setting the interrupt mode.

bool has_mode ()
Irq & operator= (Irq && other)

Defined at line 507 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h

::fidl::VectorView< ::fuchsia_driver_framework::wire::NodeProperty2> & properties ()

Properties for this interrupt's fragment.

bool has_properties ()
::fidl::StringView & name ()

Name that can be used to retrieve the irq using

[`fuchsia.hardware.platform.device/GetInterruptByName`].

It is valid for this to be empty, however the resource will only be able

to be retrieved using [`fuchsia.hardware.platform.device/GetInterruptById`].

bool has_name ()
bool & wake_vector ()

If set to true, this interrupt will wake the device out of suspend.

bool has_wake_vector ()
void ~Irq ()

Defined at line 509 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder