Home
last modified time | relevance | path

Searched refs:device_address_byte (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_address_set.c88 UCHAR device_address_byte; in _ux_host_stack_device_address_set() local
110 device_address_byte = hcd -> ux_hcd_address[address_byte_index]; in _ux_host_stack_device_address_set()
116 if ((device_address_byte & (1 << address_bit_index)) == 0) in _ux_host_stack_device_address_set()
120device_address_byte = (UCHAR)((UCHAR)device_address_byte | (UCHAR)(1 << address_bit_index)); in _ux_host_stack_device_address_set()
123 hcd -> ux_hcd_address[address_byte_index] = device_address_byte; in _ux_host_stack_device_address_set()
Dux_host_stack_device_resources_free.c104 UCHAR device_address_byte; in _ux_host_stack_device_resources_free() local
259 device_address_byte = (UCHAR)(1 << device_address_bit_index); in _ux_host_stack_device_resources_free()
262 hcd -> ux_hcd_address[device_address_byte_index] &= (UCHAR)~device_address_byte; in _ux_host_stack_device_resources_free()