Skip to content

Commit 6f0d721

Browse files
recalcikartben
authored andcommitted
usbc: Update tcpc_sop_prime_enable() description
Clearly mention that this function enables both SOP' and SOP'' messages. Signed-off-by: Jianxiong Gu <[email protected]>
1 parent 416bf22 commit 6f0d721

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/zephyr/drivers/usb_c/usbc_tcpc.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,10 +839,11 @@ static inline int tcpc_set_low_power_mode(const struct device *dev, bool enable)
839839
}
840840

841841
/**
842-
* @brief Enables the reception of SOP Prime messages
842+
* @brief Enables the reception of SOP Prime and optionally SOP Double Prime messages
843843
*
844844
* @param dev Runtime device structure
845-
* @param enable Can receive SOP Prime messages when true, else it can not
845+
* @param enable Can receive SOP Prime messages and SOP Double Prime messages when true,
846+
* else it can not
846847
*
847848
* @retval 0 on success
848849
* @retval -EIO on failure

0 commit comments

Comments
 (0)