pub const SPINEL_PROP_GPIO_STATE_SET: _bindgen_ty_24 = 4099;
Expand description

GPIO State Set-Only Bitmask ** Format: D

  • Type: Write-Only
  • Allows for the state of various output GPIOs to be set without affecting
  • other GPIO states. Contains a bit field identifying the output GPIOs that
  • should have their state set to 1.
  • When writing, unspecified bits are assumed to be zero. The value of
  • any bits for GPIOs which are not specified in PROP_GPIO_CONFIG MUST
  • be ignored. */