Searched refs:itf (Results 1 – 2 of 2) sorted by relevance
40 #define USB_DFU_DESC_SIZ(itf) (USB_DFU_ITF_SIZ * ((itf) + 2U)) argument
716 static uint32_t itf; in stm32_get_boot_interface() local718 if (itf == 0U) { in stm32_get_boot_interface()723 itf = (mmio_read_32(bkpr) & TAMP_BOOT_MODE_ITF_MASK) >> in stm32_get_boot_interface()729 *interface = itf >> 4; in stm32_get_boot_interface()730 *instance = itf & 0xFU; in stm32_get_boot_interface()
Completed in 4 milliseconds