usbx
UX_NO_ALIGN
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_NO_ALIGN
UX_NO_ALIGN macro
Syntax
Show:
Summary
Declaration
from
ux_api.h:1055
#define
UX_NO_ALIGN
0u
Examples
References
from
examples
Code
Location
#define
UX_NO_ALIGN
0u
ux_api.h:1055
dcd_stm32
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_DCD_STM32
)
)
;
ux_dcd_stm32_initialize.c:99
cdc_acm
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_SLAVE_CLASS_CDC_ACM
)
)
;
ux_device_class_cdc_acm_initialize.c:100
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
UX_THREAD_STACK_SIZE
*
2
)
;
ux_device_class_cdc_acm_initialize.c:169
cdc_ecm
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_SLAVE_CLASS_CDC_ECM
)
)
;
ux_device_class_cdc_ecm_initialize.c:100
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
UX_THREAD_STACK_SIZE
)
;
ux_device_class_cdc_ecm_initialize.c:119
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
UX_THREAD_STACK_SIZE
)
;
ux_device_class_cdc_ecm_initialize.c:127
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
UX_THREAD_STACK_SIZE
)
;
ux_device_class_cdc_ecm_initialize.c:138
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_CACHE_SAFE_MEMORY
,
UX_DEVICE_CLASS_CDC_ECM_NX_ETHERNET_POOL_ALLOCSIZE
)
;
ux_device_class_cdc_ecm_initialize.c:153
dfu
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_SLAVE_CLASS_DFU
)
)
;
ux_device_class_dfu_initialize.c:102
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
UX_THREAD_STACK_SIZE
)
;
ux_device_class_dfu_initialize.c:202
hid
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_SLAVE_CLASS_HID
)
)
;
ux_device_class_hid_initialize.c:96
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
UX_DEVICE_CLASS_HID_THREAD_STACK_SIZE
)
;
ux_device_class_hid_initialize.c:109
hid
->
ux_device_class_hid_event_array
=
_ux_utility_memory_allocate_mulc_safe
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_SLAVE_CLASS_HID_EVENT
)
,
UX_DEVICE_CLASS_HID_MAX_EVENTS_QUEUE
)
;
ux_device_class_hid_initialize.c:151
storage
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_SLAVE_CLASS_STORAGE
)
)
;
ux_device_class_storage_initialize.c:109
class_inst
->
ux_slave_class_thread_stack
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
UX_THREAD_STACK_SIZE
)
;
ux_device_class_storage_initialize.c:118
memory
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_SLAVE_CLASS
)
*
UX_MAX_SLAVE_CLASS_DRIVER
)
;
ux_device_stack_initialize.c:165
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_CACHE_SAFE_MEMORY
,
UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH
)
;
ux_device_stack_initialize.c:178
interfaces_pool
=
_ux_utility_memory_allocate_mulc_safe
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
interfaces_found
,
sizeof
(
UX_SLAVE_INTERFACE
)
)
;
ux_device_stack_initialize.c:351
endpoints_pool
=
_ux_utility_memory_allocate_mulc_safe
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
endpoints_found
,
sizeof
(
UX_SLAVE_ENDPOINT
)
)
;
ux_device_stack_initialize.c:365
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_CACHE_SAFE_MEMORY
,
UX_SLAVE_REQUEST_DATA_MAX_LENGTH
)
;
ux_device_stack_initialize.c:382
hcd_stm32
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_HCD_STM32
)
)
;
ux_hcd_stm32_initialize.c:90
hcd_stm32
->
ux_hcd_stm32_ed_list
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_HCD_STM32_ED
)
*
_ux_system_host
->
ux_system_host_max_ed
)
;
ux_hcd_stm32_initialize.c:121
setup_request
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
UX_SETUP_SIZE
)
;
ux_hcd_stm32_request_control_transfer.c:122
cdc_acm
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_CACHE_SAFE_MEMORY
,
sizeof
(
UX_HOST_CLASS_CDC_ACM
)
)
;
ux_host_class_cdc_acm_activate.c:109
hid
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_HOST_CLASS_HID
)
)
;
ux_host_class_hid_activate.c:97
class
->
ux_host_class_client
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_class_hid_client_register.c:125
keyboard_instance
=
(
UX_HOST_CLASS_HID_KEYBOARD
*
)
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_class_hid_keyboard_activate.c:179
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
UX_HOST_CLASS_HID_KEYBOARD_USAGE_ARRAY_LENGTH
*
4
)
;
ux_host_class_hid_keyboard_activate.c:208
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
event_process_memory_size
)
;
ux_host_class_hid_keyboard_activate.c:271
keyboard_instance
->
ux_host_class_hid_keyboard_thread_stack
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
UX_THREAD_STACK_SIZE
)
;
ux_host_class_hid_keyboard_activate.c:310
mouse_instance
=
(
UX_HOST_CLASS_HID_MOUSE
*
)
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_class_hid_mouse_activate.c:104
new_hid_report
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_HOST_CLASS_HID_REPORT
)
)
;
ux_host_class_hid_report_add.c:103
new_hid_field
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_HOST_CLASS_HID_FIELD
)
)
;
ux_host_class_hid_report_add.c:209
new_hid_field
->
ux_host_class_hid_field_values
=
_ux_utility_memory_allocate_mulc_safe
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_class_hid_report_add.c:262
new_hid_field
->
ux_host_class_hid_field_usages
=
_ux_utility_memory_allocate_mulc_safe
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
hid_field_count
,
4
)
;
ux_host_class_hid_report_add.c:279
client_buffer
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
client_report
.
ux_host_class_hid_client_report_length
)
;
ux_host_class_hid_transfer_request_completed.c:172
class_ext
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
ux_host_class_storage_entry.c:137
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_class_storage_entry.c:186
configuration
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_CONFIGURATION
)
)
;
ux_host_stack_configuration_enumerate.c:135
memory
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_HCD
)
*
UX_MAX_HCD
)
;
ux_host_stack_initialize.c:167
memory
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_HOST_CLASS
)
*
UX_MAX_CLASS_DRIVER
)
;
ux_host_stack_initialize.c:182
memory
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_DEVICE
)
*
UX_MAX_DEVICES
)
;
ux_host_stack_initialize.c:197
_ux_system_host
->
ux_system_host_enum_thread_stack
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_stack_initialize.c:236
_ux_system_host
->
ux_system_host_hcd_thread_stack
=
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
ux_host_stack_initialize.c:247
endpoint
=
(
UX_ENDPOINT
*
)
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_ENDPOINT
)
)
;
ux_host_stack_new_endpoint_create.c:93
interface
=
(
UX_INTERFACE
*
)
_ux_utility_memory_allocate
(
UX_NO_ALIGN
,
UX_REGULAR_MEMORY
,
sizeof
(
UX_INTERFACE
)
)
;
ux_host_stack_new_interface_create.c:98
memory_alignment
=
UX_NO_ALIGN
;
ux_utility_memory_allocate.c:201
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