Maxim Integrated / MaximBLE

Dependents:   BLE_Thermometer MAXWSNENV_demo

Embed: (wiki syntax)

« Back to documentation index

wsf_os_int.h File Reference

wsf_os_int.h File Reference

Software foundation OS platform-specific interface file. More...

Go to the source code of this file.

Functions

bool_t wsfOsReadyToSleep (void)
 Check if WSF is ready to sleep.
void wsfOsDispatcher (void)
 Event dispatched. Designed to be called repeatedly from infinite loop.
void WsfOsShutdown (void)
 Shutdown OS.

Detailed Description

Software foundation OS platform-specific interface file.

Date:
2012-10-01 13:53:07 -0700 (Mon, 01 Oct 2012)
Revision:
357

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_int.h.


Function Documentation

wsfOsDispatcher ( void   )

Event dispatched. Designed to be called repeatedly from infinite loop.

Parameters:
None.
Returns:
None.
wsfOsReadyToSleep ( void   )

Check if WSF is ready to sleep.

Parameters:
None.
Returns:
Return TRUE if there are no pending WSF task events set, FALSE otherwise.
WsfOsShutdown ( void   )

Shutdown OS.

Returns:
None.