Platform drivers for Mbed.

Dependents:   EVAL-CN0535-FMCZ EVAL-CN0535-FMCZ EVAL-AD568x-AD569x EVAL-AD7606 ... more

Embed: (wiki syntax)

« Back to documentation index

platform_support.h File Reference

platform_support.h File Reference

: support functions and declarations for selected 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 selected 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 - 2021 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.h.


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 52 of file platform_support.cpp.