Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32_USB_Device_Library/Class/DFU/Src/
Dusbd_dfu.c189 __ALIGN_BEGIN static uint8_t USBD_DFU_CfgDesc[USB_DFU_CONFIG_DESC_SIZ] __ALIGN_END = variable
421 pbuf = USBD_DFU_CfgDesc + (9 * (USBD_DFU_MAX_ITF_NUM + 1)); in USBD_DFU_Setup()
467 *length = sizeof (USBD_DFU_CfgDesc); in USBD_DFU_GetCfgDesc()
468 return USBD_DFU_CfgDesc; in USBD_DFU_GetCfgDesc()
717 if ((USBD_DFU_CfgDesc[12 + (9 * USBD_DFU_MAX_ITF_NUM)]) & DFU_DETACH_MASK) in DFU_Detach()
943 ((USBD_DFU_CfgDesc[(11 + (9 * USBD_DFU_MAX_ITF_NUM))]) & 0x04)) in DFU_GetStatus()
1059 if ((USBD_DFU_CfgDesc[(11 + (9 * USBD_DFU_MAX_ITF_NUM))]) & 0x04) in DFU_Leave()