![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Message passing service. More...
Go to the source code of this file.
Functions | |
void * | WsfMsgDataAlloc (uint16_t len, uint8_t tailroom) |
Allocate a data message buffer to be sent with WsfMsgSend(). More... | |
void * | WsfMsgAlloc (uint16_t len) |
Allocate a message buffer to be sent with WsfMsgSend(). More... | |
void | WsfMsgFree (void *pMsg) |
Free a message buffer allocated with WsfMsgAlloc(). More... | |
void | WsfMsgSend (wsfHandlerId_t handlerId, void *pMsg) |
Send a message to an event handler. More... | |
void | WsfMsgEnq (wsfQueue_t *pQueue, wsfHandlerId_t handlerId, void *pMsg) |
Enqueue a message. More... | |
void * | WsfMsgDeq (wsfQueue_t *pQueue, wsfHandlerId_t *pHandlerId) |
Dequeue a message. More... | |
void * | WsfMsgPeek (wsfQueue_t *pQueue, wsfHandlerId_t *pHandlerId) |
Get the next message without removing it from the queue. More... | |
Message passing service.
Copyright (c) 2009-2018 Arm Ltd. All Rights Reserved. Arm Ltd. confidential and proprietary.
IMPORTANT. Your use of this file is governed by a Software License Agreement ("Agreement") that must be accepted in order to download or otherwise receive a copy of this file. You may not use or copy this file for any purpose other than as described in the Agreement. If you do not agree to all of the terms of the Agreement do not use this file and delete all copies in your possession or control; if you do not have a copy of the Agreement, you must contact Arm Ltd. prior to any use, copying or further distribution of this software.
Definition in file wsf_msg.h.