class InterruptAttributorGetInterruptInfoRequest
Defined at line 2768 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 InterruptAttributorGetInterruptInfoRequest ()
void InterruptAttributorGetInterruptInfoRequest (const InterruptAttributorGetInterruptInfoRequest & )
Defined at line 2773 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
template <typename... Args>
InterruptAttributorGetInterruptInfoRequest WithInterruptKoid (::fidl::AnyArena & allocator, Args &&... args)
The koid of the interrupt object that triggered the interrupt.
Defined at line 2803 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 has_invalid_tag ()
bool is_interrupt_vector ()
InterruptAttributorGetInterruptInfoRequest WithInterruptVector (uint32_t val)
The vector the interrupt controller uses to refer to this interrupt.
uint32_t & interrupt_vector ()
The vector the interrupt controller uses to refer to this interrupt.
const uint32_t & interrupt_vector ()
The vector the interrupt controller uses to refer to this interrupt.
bool is_interrupt_koid ()
InterruptAttributorGetInterruptInfoRequest WithInterruptKoid (::fidl::ObjectView<uint64_t> val)
The koid of the interrupt object that triggered the interrupt.
uint64_t & interrupt_koid ()
The koid of the interrupt object that triggered the interrupt.
const uint64_t & interrupt_koid ()
The koid of the interrupt object that triggered the interrupt.
::fuchsia_hardware_platform_bus::wire::InterruptAttributorGetInterruptInfoRequest::Tag Which ()
InterruptAttributorGetInterruptInfoRequest & operator= (const InterruptAttributorGetInterruptInfoRequest & )
Defined at line 2774 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 InterruptAttributorGetInterruptInfoRequest (InterruptAttributorGetInterruptInfoRequest && )
Defined at line 2775 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
InterruptAttributorGetInterruptInfoRequest & operator= (InterruptAttributorGetInterruptInfoRequest && )
Defined at line 2776 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
Enumerations
enum class Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kInterruptVector | 1 |
0x1 |
| kInterruptKoid | 2 |
0x2 |
Defined at line 2778 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h