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
395 static uint32_t itf; in stm32_get_boot_interface() local397 if (itf == 0U) { in stm32_get_boot_interface()400 itf = mmio_read_32(stm32_get_bkpr_boot_mode_addr()) & in stm32_get_boot_interface()406 *interface = (itf & BOOT_ITF_MASK) >> BOOT_ITF_SHIFT; in stm32_get_boot_interface()407 *instance = (itf & BOOT_INST_MASK) >> BOOT_INST_SHIFT; in stm32_get_boot_interface()