class Configuration

Defined at line 126 of file fidling/gen/sdk/fidl/fuchsia.hardware.pin/fuchsia.hardware.pin/cpp/fidl/fuchsia.hardware.pin/cpp/wire_types.h

Public Methods

void Configuration ()

Defined at line 128 of file fidling/gen/sdk/fidl/fuchsia.hardware.pin/fuchsia.hardware.pin/cpp/fidl/fuchsia.hardware.pin/cpp/wire_types.h

void Configuration (const Configuration & other)

Defined at line 129 of file fidling/gen/sdk/fidl/fuchsia.hardware.pin/fuchsia.hardware.pin/cpp/fidl/fuchsia.hardware.pin/cpp/wire_types.h

void Configuration (Configuration && other)

Defined at line 131 of file fidling/gen/sdk/fidl/fuchsia.hardware.pin/fuchsia.hardware.pin/cpp/fidl/fuchsia.hardware.pin/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_pin::wire::Configuration> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_pin::wire::Configuration> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_pin::wire::Configuration>> frame)

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

::fuchsia_hardware_pin::wire::Pull & pull ()

Whether to enable the built-in pull-down resistor, pull-up resistor, or neither.

bool has_pull ()
uint64_t & function ()

Configures the pin for an alternate function (I2C, SPI, etc). The interpretation of

`function` is controller dependent.

bool has_function ()
uint64_t & drive_strength_ua ()

The pin drive strength in microamps. Rounds up to the nearest supported drive strength.

bool has_drive_strength_ua ()
::fuchsia_hardware_pin::wire::DriveType & drive_type ()

The pin drive type.

bool has_drive_type ()
Configuration & operator= (const Configuration & other)

Defined at line 130 of file fidling/gen/sdk/fidl/fuchsia.hardware.pin/fuchsia.hardware.pin/cpp/fidl/fuchsia.hardware.pin/cpp/wire_types.h

Configuration & operator= (Configuration && other)

Defined at line 132 of file fidling/gen/sdk/fidl/fuchsia.hardware.pin/fuchsia.hardware.pin/cpp/fidl/fuchsia.hardware.pin/cpp/wire_types.h

uint64_t & power_source ()

Selects the power source. Interpretation is controller dependent.

bool has_power_source ()
bool & wake_vector ()

Determines whether the interrupt is wakeable or not.

bool has_wake_vector ()
uint64_t & slew_rate ()

Configures how quickly the pin can transition between high and low states. The

interpretation of `slew_rate` is controller dependent.

bool has_slew_rate ()
void ~Configuration ()

Defined at line 134 of file fidling/gen/sdk/fidl/fuchsia.hardware.pin/fuchsia.hardware.pin/cpp/fidl/fuchsia.hardware.pin/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder