Home
last modified time | relevance | path

Searched defs:gpio_access_32 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dgpio.h178 struct gpio_access_32 { struct
179 uint32_t first_pin; /* First pin in group of 32 adjacent */
180 uint32_t clear_pins; /* Pins are changed using: */
181 uint32_t change_pins; /* ((hwstate & ~clear_pins) ^ change_pins) */
182 uint32_t orig_pins; /* Returned hwstate of pins before change. */