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)
Thu, Nov 6, 4:47 AM
Unknown Object (File)
Wed, Nov 5, 3:43 AM
Unknown Object (File)
Sun, Nov 2, 11:49 AM
Unknown Object (File)
Wed, Oct 29, 10:38 PM
Unknown Object (File)
Wed, Oct 29, 4:48 AM
Unknown Object (File)
Tue, Oct 28, 3:01 PM
Unknown Object (File)
Tue, Oct 28, 6:44 AM
Unknown Object (File)
Mon, Oct 27, 10:40 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