include: drivers: mipi_dbi: document return value for mipi_dbi_release

Add documentation for possible return codes of mipi_dbi_release.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-04-19 21:11:48 +00:00 committed by Anas Nashif
parent e3e009a199
commit 7d3fe8ea00

View file

@ -276,6 +276,10 @@ static inline int mipi_dbi_reset(const struct device *dev, uint32_t delay)
* locked.
* @param dev mipi dbi controller
* @param config MIPI DBI configuration
* @retval 0 reset succeeded
* @retval -EIO I/O error
* @retval -ENOSYS not implemented
* @retval -ENOTSUP not supported
*/
static inline int mipi_dbi_release(const struct device *dev,
const struct mipi_dbi_config *config)