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

UX_CACHE_SAFE_MEMORY macro

Syntax

#define UX_CACHE_SAFE_MEMORY 1

References

LocationText
ux_api.h:1053
#define UX_CACHE_SAFE_MEMORY 1
ux_device_class_cdc_ecm_initialize.c:153
ux_device_stack_initialize.c:178
ux_device_stack_initialize.c:382
ux_host_class_cdc_acm_activate.c:109
cdc_acm = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_CACHE_SAFE_MEMORY, sizeof(UX_HOST_CLASS_CDC_ACM));
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
descriptor = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, length);
ux_host_class_hid_report_get.c:154
report_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux_host_class_hid_report_byte_length);
ux_host_class_hid_report_set.c:66
report_buffer = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux_host_class_hid_report_byte_length);
ux_host_class_hid_report_set.c:68
report_buffer = _ux_utility_memory_allocate_add_safe(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, hid_report -> ux_host_class_hid_report_byte_length, 1);
ux_host_class_storage_activate.c:96
storage = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, sizeof(UX_HOST_CLASS_STORAGE));
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:342
case UX_CACHE_SAFE_MEMORY:
ux_utility_memory_free.c:124
memory_block -> ux_memory_block_status != (UX_MEMORY_USED | UX_CACHE_SAFE_MEMORY))
ux_utility_memory_free_block_best_get.c:92
case UX_CACHE_SAFE_MEMORY :