_fx_system_media_opened_count is only used within filex.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and Samplesfilex_fx_system_media_opened_count

_fx_system_media_opened_count variable

Syntax

SYSTEM_DECLARE ULONG _fx_system_media_opened_count;
Implemented in fx_system.h:94

References

LocationReferrerText
fx_system.h:94
SYSTEM_DECLARE ULONG _fx_system_media_opened_count;
fx_media_abort.c:134_fx_media_abort()
if (_fx_system_media_opened_count == ((ULONG) 1))
fx_media_abort.c:159_fx_media_abort()
_fx_system_media_opened_count--;
fx_media_close.c:386_fx_media_close()
if (_fx_system_media_opened_count == ((ULONG) 1))
fx_media_close.c:411_fx_media_close()
_fx_system_media_opened_count--;
fx_media_open.c:1039_fx_media_open()
_fx_system_media_opened_count++;
fx_system_initialize.c:88_fx_system_initialize()
_fx_system_media_opened_count = 0;
fxe_media_open.c:154_fxe_media_open()
open_count = _fx_system_media_opened_count;

Data Use

Functions writing _fx_system_media_opened_count
Functions reading _fx_system_media_opened_count
_fx_system_media_opened_count
Type of _fx_system_media_opened_count
_fx_system_media_opened_count
all items filtered out