Page MenuHomeFreeBSD

gpio: add GPIO_GET_PIN_LIST
ClosedPublic

Authored by vexeduxr on Aug 26 2025, 7:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 1:38 PM
Unknown Object (File)
Mon, Apr 13, 10:26 PM
Unknown Object (File)
Mon, Apr 13, 4:25 PM
Unknown Object (File)
Sun, Apr 12, 1:06 AM
Unknown Object (File)
Sat, Apr 11, 1:33 PM
Unknown Object (File)
Thu, Apr 9, 6:22 AM
Unknown Object (File)
Wed, Apr 1, 11:16 PM
Unknown Object (File)
Thu, Mar 26, 7:33 PM
Subscribers

Details

Summary

While most GPIO controllers provide pins from 0 .. N in a sequential
manner, not all controllers start with pin 0, and not all controllers
order their pins sequentially. Allow callers to get a pin list from the
controller. The default behaviour is to fill pin_list with pins 0 to
GPIO_PIN_MAX().

Suggested by: mmel

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable