UX_SAFE_ALIGN is only used within usbx.
 
Symbols
loading...
Files
loading...

UX_SAFE_ALIGN macro

Syntax

#define UX_SAFE_ALIGN 0xffffffffu

References

LocationText
ux_api.h:1066
#define UX_SAFE_ALIGN 0xffffffffu
ux_host_class_cdc_acm_capabilities_get.c:98
ux_host_class_cdc_acm_capabilities_get.c:133
descriptor = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, total_descriptor_length);
ux_host_class_cdc_acm_endpoints_get.c:191
ux_host_class_cdc_acm_ioctl.c:120
ux_host_class_cdc_acm_ioctl.c:164
ux_host_class_hid_descriptor_parse.c:99
ux_host_class_hid_descriptor_parse.c:133
descriptor = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, total_configuration_length);
ux_host_class_hid_idle_get.c:129
idle_byte = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, 1);
ux_host_class_hid_interrupt_endpoint_search.c:121
ux_host_class_hid_report_descriptor_get.c:95
ux_host_class_hid_report_get.c:154
ux_host_class_hid_report_set.c:66
ux_host_class_hid_report_set.c:68
ux_host_class_storage_activate.c:96
ux_host_class_storage_max_lun_get.c:107
storage_data_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, 1);
ux_host_class_storage_media_capacity_get.c:153
ux_host_class_storage_media_characteristics_get.c:112
ux_host_class_storage_media_format_capacity_get.c:114
ux_host_class_storage_media_mount.c:127
ux_host_class_storage_media_open.c:139
ux_host_class_storage_media_protection_check.c:129
ux_host_class_storage_media_recovery_sense_get.c:125
ux_host_class_storage_request_sense.c:131
ux_host_class_storage_transport_bo.c:328
get_status_response = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, 2);
ux_host_stack_configuration_descriptor_parse.c:99
descriptor = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, total_configuration_length);
ux_host_stack_configuration_enumerate.c:107
ux_host_stack_device_descriptor_read.c:97
ux_utility_memory_allocate.c:200
if (memory_alignment == UX_SAFE_ALIGN)