SCMI Transport Layer abstraction and definitions .
More...
|
| file | transport.h |
| | Header file for the SCMI Transport Layer.
|
| |
SCMI Transport Layer abstraction and definitions .
◆ scmi_channel_cb
#include <zephyr/drivers/firmware/scmi/transport.h>
Callback function for message replies.
This function should be called by the transport layer driver whenever a reply to a previously sent message has been received. Its purpose is to notifying the SCMI core of the reply's arrival so that proper action can be taken.
- Parameters
-
| chan | pointer to SCMI channel on which the reply arrived |