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

UX_REGULAR_MEMORY macro

Syntax

#define UX_REGULAR_MEMORY 0

References

LocationText
ux_api.h:1052
#define UX_REGULAR_MEMORY 0
ux_dcd_stm32_initialize.c:99
dcd_stm32 = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_DCD_STM32));
ux_device_class_cdc_acm_initialize.c:100
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:169
ux_device_class_cdc_ecm_initialize.c:100
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:119
ux_device_class_cdc_ecm_initialize.c:127
ux_device_class_cdc_ecm_initialize.c:138
ux_device_class_dfu_initialize.c:102
dfu = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_SLAVE_CLASS_DFU));
ux_device_class_dfu_initialize.c:202
ux_device_class_hid_initialize.c:96
hid = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_SLAVE_CLASS_HID));
ux_device_class_hid_initialize.c:109
ux_device_class_hid_initialize.c:151
ux_device_class_storage_initialize.c:109
storage = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_SLAVE_CLASS_STORAGE));
ux_device_class_storage_initialize.c:118
ux_device_stack_initialize.c:165
ux_device_stack_initialize.c:351
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:365
endpoints_pool = _ux_utility_memory_allocate_mulc_safe(UX_NO_ALIGN, UX_REGULAR_MEMORY, endpoints_found, sizeof(UX_SLAVE_ENDPOINT));
ux_hcd_stm32_initialize.c:90
hcd_stm32 = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_HCD_STM32));
ux_hcd_stm32_initialize.c:121
ux_hcd_stm32_request_control_transfer.c:122
setup_request = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, UX_SETUP_SIZE);
ux_host_class_hid_activate.c:97
hid = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY,sizeof(UX_HOST_CLASS_HID));
ux_host_class_hid_client_register.c:125
ux_host_class_hid_keyboard_activate.c:179
keyboard_instance = (UX_HOST_CLASS_HID_KEYBOARD *) _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY,
ux_host_class_hid_keyboard_activate.c:208
ux_host_class_hid_keyboard_activate.c:271
_ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, event_process_memory_size);
ux_host_class_hid_keyboard_activate.c:310
ux_host_class_hid_mouse_activate.c:104
mouse_instance = (UX_HOST_CLASS_HID_MOUSE *) _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY,
ux_host_class_hid_report_add.c:103
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:209
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:262
ux_host_class_hid_report_add.c:279
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_transfer_request_completed.c:172
client_buffer = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, client_report.ux_host_class_hid_client_report_length);
ux_host_class_storage_entry.c:138
UX_REGULAR_MEMORY,
ux_host_class_storage_entry.c:186
ux_host_stack_configuration_enumerate.c:135
configuration = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_CONFIGURATION));
ux_host_stack_initialize.c:167
memory = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_HCD)*UX_MAX_HCD);
ux_host_stack_initialize.c:182
ux_host_stack_initialize.c:197
memory = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_DEVICE)*UX_MAX_DEVICES);
ux_host_stack_initialize.c:236
ux_host_stack_initialize.c:247
ux_host_stack_new_endpoint_create.c:93
endpoint = (UX_ENDPOINT *) _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_ENDPOINT));
ux_host_stack_new_interface_create.c:98
interface = (UX_INTERFACE *) _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_INTERFACE));
ux_utility_memory_free.c:123
if (memory_block -> ux_memory_block_status != (UX_MEMORY_USED | UX_REGULAR_MEMORY) &&
ux_utility_memory_free_block_best_get.c:86
case UX_REGULAR_MEMORY :