zephyr::raw

Function k_msgq_get_attrs

source
pub unsafe extern "C" fn k_msgq_get_attrs(
    msgq: *mut k_msgq,
    attrs: *mut k_msgq_attrs,
)
Expand description

@brief Get basic attributes of a message queue.

This routine fetches basic attributes of message queue into attr argument.

@param msgq Address of the message queue. @param attrs pointer to message queue attribute structure.