Lines Matching full:message
21 * @brief Build an SCMI message header
23 * Builds an SCMI message header based on the
26 * @param id message ID
27 * @param type message type
29 * @param token message token
40 * @brief SCMI message type
43 /** command message */
45 /** delayed reply message */
47 /** notification message */
88 * @brief SCMI message structure
106 * @brief Send an SCMI message and wait for its reply
108 * Blocking function used to send an SCMI message over
112 * @param msg pointer to SCMI message to send
113 * @param reply pointer to SCMI message in which the reply is to be