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
399 static uint32_t itf; in stm32_get_boot_interface() local401 if (itf == 0U) { in stm32_get_boot_interface()404 itf = mmio_read_32(stm32_get_bkpr_boot_mode_addr()) & in stm32_get_boot_interface()410 *interface = (itf & BOOT_ITF_MASK) >> BOOT_ITF_SHIFT; in stm32_get_boot_interface()411 *instance = (itf & BOOT_INST_MASK) >> BOOT_INST_SHIFT; in stm32_get_boot_interface()