We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c36616 commit 4102010Copy full SHA for 4102010
include/zephyr/drivers/espi.h
@@ -728,6 +728,8 @@ static inline int z_impl_espi_write_lpc_request(const struct device *dev,
728
*
729
* @retval 0 If successful.
730
* @retval -EIO General input / output error, failed to send over the bus.
731
+ * @retval -EINVAL invalid signal.
732
+ * @retval -ETIMEDOUT timeout waiting for eSPI controller to process the VW.
733
*/
734
__syscall int espi_send_vwire(const struct device *dev,
735
enum espi_vwire_signal signal,
0 commit comments