UX_ENDPOINT_DESCRIPTOR_STRUCT::bmAttributes is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_ENDPOINT_DESCRIPTOR_STRUCT::bmAttributes

UX_ENDPOINT_DESCRIPTOR_STRUCT::bmAttributes field

Syntax

ULONG bmAttributes;

References

LocationReferrerText
ux_api.h:1721
ULONG bmAttributes;
ux_dcd_stm32_endpoint_create.c:118_ux_dcd_stm32_endpoint_create()
ux_device_class_cdc_ecm_activate.c:121_ux_device_class_cdc_ecm_activate()
ux_device_class_cdc_ecm_activate.c:176_ux_device_class_cdc_ecm_activate()
ux_device_class_cdc_ecm_activate.c:185_ux_device_class_cdc_ecm_activate()
ux_device_class_cdc_ecm_change.c:118_ux_device_class_cdc_ecm_change()
ux_device_class_cdc_ecm_change.c:127_ux_device_class_cdc_ecm_change()
ux_device_class_hid_activate.c:115_ux_device_class_hid_activate()
if ((endpoint_interrupt -> ux_slave_endpoint_descriptor.bmAttributes &
ux_device_stack_alternate_setting_set.c:324_ux_device_stack_alternate_setting_set()
(endpoint -> ux_slave_endpoint_descriptor.bmAttributes & 0x1u))
ux_device_stack_endpoint_stall.c:110_ux_device_stack_endpoint_stall()
ux_device_stack_interface_set.c:241_ux_device_stack_interface_set()
(endpoint -> ux_slave_endpoint_descriptor.bmAttributes & 0x1u))
ux_device_stack_transfer_request.c:149_ux_device_stack_transfer_request()
ux_hcd_stm32_callback.c:250HAL_HCD_HC_NotifyURBChange_Callback()
ux_hcd_stm32_callback.c:259HAL_HCD_HC_NotifyURBChange_Callback()
ux_hcd_stm32_callback.c:260HAL_HCD_HC_NotifyURBChange_Callback()
ux_hcd_stm32_callback.c:316HAL_HCD_HC_NotifyURBChange_Callback()
ux_hcd_stm32_endpoint_create.c:103_ux_hcd_stm32_endpoint_create()
ux_hcd_stm32_endpoint_destroy.c:105_ux_hcd_stm32_endpoint_destroy()
endpoint_type = (endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE;
ux_hcd_stm32_periodic_schedule.c:103_ux_hcd_stm32_periodic_schedule()
ep_bmAttributes = ed -> ux_stm32_ed_endpoint -> ux_endpoint_descriptor.bmAttributes;
ux_hcd_stm32_request_transfer.c:97_ux_hcd_stm32_request_transfer()
switch ((endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE)
ux_host_class_cdc_acm_endpoints_get.c:104_ux_host_class_cdc_acm_endpoints_get()
ux_host_class_cdc_acm_endpoints_get.c:123_ux_host_class_cdc_acm_endpoints_get()
ux_host_class_cdc_acm_endpoints_get.c:167_ux_host_class_cdc_acm_endpoints_get()
ux_host_class_hid_interrupt_endpoint_search.c:97_ux_host_class_hid_interrupt_endpoint_search()
ux_host_class_storage_endpoints_get.c:98_ux_host_class_storage_endpoints_get()
ux_host_class_storage_endpoints_get.c:134_ux_host_class_storage_endpoints_get()
ux_host_stack_bandwidth_check.c:134_ux_host_stack_bandwidth_check()
packet_size += overheads[endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE][device -> ux_device_speed];
ux_host_stack_bandwidth_claim.c:133_ux_host_stack_bandwidth_claim()
packet_size += overheads[endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE][device -> ux_device_speed];
ux_host_stack_bandwidth_release.c:132_ux_host_stack_bandwidth_release()
packet_size += overheads[endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE][device -> ux_device_speed];
ux_host_stack_endpoint_instance_create.c:102_ux_host_stack_endpoint_instance_create()
endpoint_type = (endpoint -> ux_endpoint_descriptor.bmAttributes) & UX_MASK_ENDPOINT_TYPE;
ux_host_stack_endpoint_instance_delete.c:107_ux_host_stack_endpoint_instance_delete()
ux_host_stack_new_endpoint_create.c:118_ux_host_stack_new_endpoint_create()
endpoint_type = endpoint -> ux_endpoint_descriptor.bmAttributes & UX_MASK_ENDPOINT_TYPE;