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:
parent
e3e009a199
commit
7d3fe8ea00
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue