class InterruptAttributorGetInterruptInfoRequest
Defined at line 2711 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 2716 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= (const InterruptAttributorGetInterruptInfoRequest & )
Defined at line 2717 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 2718 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.
InterruptAttributorGetInterruptInfoRequest & operator= (InterruptAttributorGetInterruptInfoRequest && )
Defined at line 2719 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 2746 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h
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 ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kInterruptVector | 1 |
| kInterruptKoid | 2 |
Defined at line 2721 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h