diff --git a/doc/guides/dts/api-usage.rst b/doc/guides/dts/api-usage.rst index db22179359d..568feb3393b 100644 --- a/doc/guides/dts/api-usage.rst +++ b/doc/guides/dts/api-usage.rst @@ -301,7 +301,7 @@ See :ref:`dt-get-device` for ways to do that. Another common use case is accessing specifier values in a phandle array. The general purpose APIs for this are :c:func:`DT_PHA_BY_IDX` and :c:func:`DT_PHA`. -There also hardware-specific shorthands like :c:func:`DT_GPIO_LABEL_BY_IDX`, +There are also hardware-specific shorthands like :c:func:`DT_GPIO_LABEL_BY_IDX`, :c:func:`DT_GPIO_LABEL`, :c:func:`DT_GPIO_PIN_BY_IDX`, :c:func:`DT_GPIO_PIN`, :c:func:`DT_GPIO_FLAGS_BY_IDX`, and :c:func:`DT_GPIO_FLAGS`.