Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 77) sorted by relevance

1234

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dtl_mbox.c138 ((TL_CmdPacket_t*)(TL_RefTable.p_ble_table->pcmd_buffer))->cmdserial.type = TL_BLECMD_PKT_TYPE; in TL_BLE_SendCmd()
175 …((TL_AclDataPacket_t *)(TL_RefTable.p_ble_table->phci_acl_data_buffer))->AclDataSerial.type = TL_A… in TL_BLE_SendAclData()
216 ((TL_CmdPacket_t *)(TL_RefTable.p_sys_table->pcmd_buffer))->cmdserial.type = TL_SYSCMD_PKT_TYPE; in TL_SYS_SendCmd()
272 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->otcmdrsp_buffer))->cmdserial.type = TL_OTCMD_PKT_T… in TL_OT_SendCmd()
281 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->clicmdrsp_buffer))->cmdserial.type = TL_CLICMD_PKT… in TL_CLI_SendCmd()
290 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->notack_buffer))->cmdserial.type = TL_OTACK_PKT_TYP… in TL_THREAD_SendAck()
299 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->notack_buffer))->cmdserial.type = TL_OTACK_PKT_TYP… in TL_THREAD_CliSendAck()
350 …((TL_CmdPacket_t *)(TL_RefTable.p_lld_tests_table->clicmdrsp_buffer))->cmdserial.type = TL_CLICMD_… in TL_LLDTESTS_SendCliCmd()
401 …((TL_CmdPacket_t *)(TL_RefTable.p_ble_lld_table->cmdrsp_buffer))->cmdserial.type = TL_CLICMD_PKT_T… in TL_BLE_LLD_SendCliCmd()
437 …((TL_CmdPacket_t *)(TL_RefTable.p_ble_lld_table->cmdrsp_buffer))->cmdserial.type = TL_CLICMD_PKT_T… in TL_BLE_LLD_SendCmd()
[all …]
Dtl.h116 uint8_t type;
147 uint8_t type;
162 uint8_t type;
246 uint8_t type;
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_usb.c533 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
545 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
570 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
582 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
713 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
722 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
767 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
1036 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1044 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
2145 switch (ep->type) in USB_ActivateEndpoint()
[all …]
Dstm32l4xx_hal_pcd.c214 hpcd->IN_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
225 hpcd->OUT_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
1443 if ((hpcd->IN_ep[epnum].type == EP_TYPE_ISOC) && in HAL_PCD_IRQHandler()
1463 if ((hpcd->OUT_ep[epnum].type == EP_TYPE_ISOC) && in HAL_PCD_IRQHandler()
1946 ep->type = ep_type; in HAL_PCD_EP_Open()
2544 if (ep->type == EP_TYPE_BULK) in PCD_EP_ISR_Handler()
2603 if (ep->type == EP_TYPE_ISOC) in PCD_EP_ISR_Handler()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_usb.c190 switch (ep->type) in USB_ActivateEndpoint()
225 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
261 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
290 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
405 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
540 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
559 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
622 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
653 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
669 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_usb.c231 switch (ep->type) in USB_ActivateEndpoint()
266 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
302 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
331 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
446 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
581 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
600 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
663 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
694 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
710 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
Dstm32l1xx_hal_pcd.c180 hpcd->IN_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
191 hpcd->OUT_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
1238 ep->type = ep_type; in HAL_PCD_EP_Open()
1674 if (ep->type == EP_TYPE_BULK) in PCD_EP_ISR_Handler()
1733 if (ep->type == EP_TYPE_ISOC) in PCD_EP_ISR_Handler()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_usb.c231 switch (ep->type) in USB_ActivateEndpoint()
266 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
302 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
331 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
446 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
581 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
600 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
663 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
694 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
710 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_usb.c190 switch (ep->type) in USB_ActivateEndpoint()
225 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
261 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
290 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
405 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
540 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
559 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
622 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
653 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
669 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_usb.c190 switch (ep->type) in USB_ActivateEndpoint()
225 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
261 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
290 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
405 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
540 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
559 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
622 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
653 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
669 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_usb.c190 switch (ep->type) in USB_ActivateEndpoint()
225 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
261 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
290 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
405 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
540 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
559 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
622 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
653 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
669 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
Dstm32l5xx_hal_flash.c254 uint32_t error, type; in HAL_FLASH_IRQHandler() local
258 type = (pFlash.ProcedureOnGoing & ~(FLASH_NON_SECURE_MASK)); in HAL_FLASH_IRQHandler()
269 if(type == FLASH_TYPEERASE_PAGES) in HAL_FLASH_IRQHandler()
273 else if(type == FLASH_TYPEERASE_MASSERASE) in HAL_FLASH_IRQHandler()
277 else if(type == FLASH_TYPEPROGRAM_DOUBLEWORD) in HAL_FLASH_IRQHandler()
287 CLEAR_BIT((*reg), type); in HAL_FLASH_IRQHandler()
317 if(type == FLASH_TYPEERASE_PAGES) in HAL_FLASH_IRQHandler()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_usb.c480 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
492 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
517 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
529 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
660 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
669 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
712 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
920 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
928 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1997 switch (ep->type) in USB_ActivateEndpoint()
[all …]
Dstm32f1xx_hal_pcd.c210 hpcd->IN_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
221 hpcd->OUT_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
1649 ep->type = ep_type; in HAL_PCD_EP_Open()
2211 if (ep->type == EP_TYPE_BULK) in PCD_EP_ISR_Handler()
2270 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_CTRL) || in PCD_EP_ISR_Handler()
2271 ((ep->type == EP_TYPE_BULK) && ((wEPVal & USB_EP_KIND) == 0U))) in PCD_EP_ISR_Handler()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_usb.c606 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
618 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
643 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
655 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
803 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
817 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
837 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
907 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
1108 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1116 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
[all …]
Dstm32u5xx_hal_pcd.c218 hpcd->IN_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
229 hpcd->OUT_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
1463 if ((hpcd->IN_ep[epnum].type == EP_TYPE_ISOC) && in HAL_PCD_IRQHandler()
1483 if ((hpcd->OUT_ep[epnum].type == EP_TYPE_ISOC) && in HAL_PCD_IRQHandler()
1966 ep->type = ep_type; in HAL_PCD_EP_Open()
2673 if (ep->type == EP_TYPE_BULK) in PCD_EP_ISR_Handler()
2732 if (ep->type == EP_TYPE_ISOC) in PCD_EP_ISR_Handler()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_usb.c190 switch (ep->type) in USB_ActivateEndpoint()
225 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
253 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
282 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
397 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
532 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
551 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
614 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_usb.c217 switch (ep->type) in USB_ActivateEndpoint()
252 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
288 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
317 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
432 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
567 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
586 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
649 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
680 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
696 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_usb.c229 switch (ep->type) in USB_ActivateEndpoint()
264 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
300 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
329 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
444 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
579 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
598 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
661 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
692 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
708 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_usb.c592 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
604 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
629 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
641 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
789 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
803 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
823 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
893 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
1094 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1102 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_usb.c609 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
621 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
646 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
658 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
793 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
807 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
827 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
881 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
1182 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1190 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_usb.c578 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
590 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
615 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
627 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
775 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
789 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
809 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
879 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
1080 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1088 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_usb.c637 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
649 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
674 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
686 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
821 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
835 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
855 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
909 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
1210 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1218 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash.c300 __IO uint32_t type; in HAL_FLASH_IRQHandler() local
303 type = (pFlash.ProcedureOnGoing & ~(FLASH_NON_SECURE_MASK)); in HAL_FLASH_IRQHandler()
323 if (type == FLASH_TYPEERASE_PAGES) in HAL_FLASH_IRQHandler()
327 else if (type == FLASH_TYPEPROGRAM_QUADWORD) in HAL_FLASH_IRQHandler()
367 if (type == FLASH_TYPEERASE_PAGES) in HAL_FLASH_IRQHandler()
/hal_stm32-3.5.0/scripts/
Dupdate_stm32_package.py28 type=str,
43 type=str,
50 type=str,

1234