gpiod_chip_open_by_label

@brief Open a gpiochip by label. @param label Label of the gpiochip to open. @return GPIO chip handle or NULL if the chip with given label was not found or an error occured. @note If the chip cannot be found but no other error occurred, errno is set to ENOENT.

extern (C)
gpiod_chip_open_by_label
(
const(char)* label
)

Meta