Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device/
Dusb_device.c464 uint32_t cur_index = 0U; in usb_get_descriptor() local
481 cur_index = 0U; in usb_get_descriptor()
485 if (cur_index == index) { in usb_get_descriptor()
489 cur_index++; in usb_get_descriptor()
/Zephyr-latest/drivers/can/
Dcan_xmc4xxx.c590 uint8_t top_index, bot_index, cur_index; in can_xmc4xxx_update_fifo_head() local
596 cur_index = FIELD_GET(CAN_MO_MOFGPR_CUR_Msk, reg); in can_xmc4xxx_update_fifo_head()
598 LOG_DBG("Fifo: top %d, bot %d, cur %d", top_index, bot_index, cur_index); in can_xmc4xxx_update_fifo_head()