usbx
UX_SYSTEM
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
usbx
UX_SYSTEM
UX_SYSTEM struct
Syntax
Show:
Summary
Declaration
from
ux_api.h:2340
typedef
struct
UX_SYSTEM_STRUCT
{
UX_MEMORY_BLOCK
*
ux_system_regular_memory_pool_start
;
ULONG
ux_system_regular_memory_pool_size
;
ULONG
ux_system_regular_memory_pool_free
;
UX_MEMORY_BLOCK
*
ux_system_cache_safe_memory_pool_start
;
ULONG
ux_system_cache_safe_memory_pool_size
;
ULONG
ux_system_cache_safe_memory_pool_free
;
#ifdef
UX_ENABLE_MEMORY_STATISTICS
UCHAR
*
ux_system_regular_memory_pool_base
;
ALIGN_TYPE
ux_system_regular_memory_pool_max_start_offset
;
ALIGN_TYPE
ux_system_regular_memory_pool_min_free
;
UCHAR
*
ux_system_cache_safe_memory_pool_base
;
ALIGN_TYPE
ux_system_cache_safe_memory_pool_max_start_offset
;
ALIGN_TYPE
ux_system_cache_safe_memory_pool_min_free
;
ULONG
ux_system_regular_memory_pool_alloc_count
;
ULONG
ux_system_regular_memory_pool_alloc_total
;
ULONG
ux_system_regular_memory_pool_alloc_max_count
;
ULONG
ux_system_regular_memory_pool_alloc_max_total
;
ULONG
ux_system_cache_safe_memory_pool_alloc_count
;
ULONG
ux_system_cache_safe_memory_pool_alloc_total
;
ULONG
ux_system_cache_safe_memory_pool_alloc_max_count
;
ULONG
ux_system_cache_safe_memory_pool_alloc_max_total
;
#endif
UINT
ux_system_thread_lowest_priority
;
#if
!
defined
(
UX_STANDALONE
)
UX_MUTEX
ux_system_mutex
;
#endif
#ifndef
UX_DISABLE_ERROR_HANDLER
UINT
ux_system_last_error
;
UINT
ux_system_error_count
;
VOID
(
*
ux_system_error_callback_function
)
(
UINT
system_level
,
UINT
system_context
,
UINT
error_code
)
;
#endif
#ifdef
UX_ENABLE_DEBUG_LOG
ULONG
ux_system_debug_code
;
ULONG
ux_system_debug_count
;
UCHAR
*
ux_system_debug_log_buffer
;
UCHAR
*
ux_system_debug_log_head
;
UCHAR
*
ux_system_debug_log_tail
;
ULONG
ux_system_debug_log_size
;
VOID
(
*
ux_system_debug_callback_function
)
(
UCHAR
*
debug_message
,
ULONG
debug_value
)
;
#endif
}
UX_SYSTEM
;
Fields
Field
Declared as
UX_SYSTEM_STRUCT::ux_system_regular_memory_pool_start
UX_MEMORY_BLOCK
*
UX_SYSTEM_STRUCT::ux_system_regular_memory_pool_size
ULONG
UX_SYSTEM_STRUCT::ux_system_regular_memory_pool_free
ULONG
UX_SYSTEM_STRUCT::ux_system_cache_safe_memory_pool_start
UX_MEMORY_BLOCK
*
UX_SYSTEM_STRUCT::ux_system_cache_safe_memory_pool_size
ULONG
UX_SYSTEM_STRUCT::ux_system_cache_safe_memory_pool_free
ULONG
UX_SYSTEM_STRUCT::ux_system_thread_lowest_priority
UINT
UX_SYSTEM_STRUCT::ux_system_mutex
UX_MUTEX
UX_SYSTEM_STRUCT::ux_system_last_error
UINT
UX_SYSTEM_STRUCT::ux_system_error_count
UINT
UX_SYSTEM_STRUCT::ux_system_error_callback_function
VOID
(
*
)
(
UINT
system_level
,
UINT
system_context
,
UINT
error_code
)
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out