Skip to content

GpioOut (UORB message)

GPIO mask and state.

TOPICS: gpio_out

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64time since system start (microseconds)
device_iduint32Device id
maskuint32pin mask
stateuint32pin state mask

Source Message

Source file (GitHub)

Click here to see original file
c
# GPIO mask and state

uint64 timestamp			# time since system start (microseconds)
uint32 device_id			# Device id

uint32 mask				# pin mask
uint32 state				# pin state mask