Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions include/zephyr/drivers/ipm.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ __subsystem struct ipm_driver_api {
* data read back.
*
* @param ipmdev Driver instance
* @param wait If nonzero, busy-wait for remote to consume the message. The
* message is considered consumed once the remote interrupt handler
* finishes. If there is deferred processing on the remote side,
* @param wait If non-zero, busy-wait indefinitely for the remote to consume
* the message. The message is considered consumed
* once the remote interrupt handler finishes.
* If there is deferred processing on the remote side,
* or you would like to queue outgoing messages and wait on an
* event/semaphore, you can implement that in a high-level driver
* @param id Message identifier. Values are constrained by
Expand Down