Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_ccid_notify_thread_entry.c88 UINT byte_pos, bits_pos; in _ux_device_class_ccid_notify_thread_entry() local
173 for (i = 0, byte_pos = 1; ; byte_pos ++) in _ux_device_class_ccid_notify_thread_entry()
176 buffer[byte_pos] = 0; in _ux_device_class_ccid_notify_thread_entry()
203 buffer[byte_pos] |= (UCHAR)(icc_mask << bits_pos); in _ux_device_class_ccid_notify_thread_entry()
216 length = byte_pos + 1; in _ux_device_class_ccid_notify_thread_entry()
/USBX-v6.2.1/test/regression/
Dux_device_class_dummy_hub.c90 UINT byte_pos, bit_pos; in _ux_device_class_hub_notify_change() local
96 byte_pos = change_pos >> 3; in _ux_device_class_hub_notify_change()
100 if (byte_pos >= rpt_size) in _ux_device_class_hub_notify_change()
102 buff[byte_pos] |= 1u << bit_pos; in _ux_device_class_hub_notify_change()