Enda Kilgarriff / platform_drivers
Embed: (wiki syntax)

« Back to documentation index

platform_support.cpp File Reference

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.