Maxim Integrated / MaximBLE

Dependents:   BLE_Thermometer MAXWSNENV_demo

Embed: (wiki syntax)

« Back to documentation index

wsf_os.h File Reference

wsf_os.h File Reference

Software foundation OS API. More...

Go to the source code of this file.

Data Structures

struct  wsfMsgHdr_t

Typedefs

typedef void(* wsfEventHandler_t )(wsfEventMask_t event, wsfMsgHdr_t *pMsg)
 Event handler callback function.

Functions

void WsfTaskLock (void)
 Lock task scheduling.
void WsfTaskUnlock (void)
 Unlock task scheduling.

Detailed Description

Software foundation OS API.

Date:
2012-10-22 14:09:36 -0700 (Mon, 22 Oct 2012)
Revision:
359

Copyright (c) 2009-2016 ARM Limited. All rights reserved.

SPDX-License-Identifier: LicenseRef-PBL

Licensed under the Permissive Binary License, Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.mbed.com/licenses/PBL-1.0

See the License for the specific language governing permissions and limitations under the License.

Definition in file wsf_os.h.


Typedef Documentation

Event handler callback function.

Parameters:
eventMask of events set for the event handler.
pMsgPointer to message for the event handler.
Returns:
None.

Definition at line 60 of file wsf_os.h.


Function Documentation

WsfTaskLock ( void   )

Lock task scheduling.

Returns:
None.
WsfTaskUnlock ( void   )

Unlock task scheduling.

Returns:
None.