Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
platform_support.cpp File Reference
: support functions and declarations for particular platform More...
Go to the source code of this file.
Functions | |
char | getchar_noblock (void) |
getchar, but does not block if nothing waiting to be read |
Detailed Description
: support functions and declarations for particular platform
: This is a platform specific file that supports functionality required from application generic file. This file should be modified according to platform that you are working with.
Copyright (c) 2019, 2020 Analog Devices, Inc.
All rights reserved.
This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.
Definition in file platform_support.cpp.
Function Documentation
char getchar_noblock | ( | void | ) |
getchar, but does not block if nothing waiting to be read
- Parameters:
-
None
- Returns:
- character if available, NULL otherwise
Definition at line 47 of file platform_support.cpp.
Generated on Tue Jul 12 2022 17:15:46 by
