Home
last modified time | relevance | path

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

1234

/hal_stm32-3.7.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.7.0/lib/stm32wba/hci/ll/
Dos_wrapper.h46 #define os_Pool_Def(type) \ argument
47 os_pool_def_t os_pool_##type
49 #define os_Pool(type) \ argument
50 &os_pool_##type
52 #define os_Pool_Def_extern(type) \ argument
53 extern os_pool_def_t os_pool_##type
149 uint8_t type:1 ; /**< @brief Timer Type : one-shot (0) or periodic (1) */ member
236 os_timer_type type,
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_usb.c507 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
519 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
544 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
556 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
700 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
709 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
770 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
964 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
972 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
2098 switch (ep->type) in USB_ActivateEndpoint()
[all …]
Dstm32f1xx_hal_pcd.c215 hpcd->IN_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
226 hpcd->OUT_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
1241 if ((hpcd->IN_ep[epnum].type == EP_TYPE_ISOC) && in HAL_PCD_IRQHandler()
1261 if ((hpcd->OUT_ep[epnum].type == EP_TYPE_ISOC) && in HAL_PCD_IRQHandler()
1742 ep->type = ep_type; in HAL_PCD_EP_Open()
2329 if (ep->type == EP_TYPE_BULK) in PCD_EP_ISR_Handler()
2388 if (ep->type == EP_TYPE_ISOC) in PCD_EP_ISR_Handler()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_usb.c530 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
542 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
567 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
579 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
723 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
732 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
793 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
987 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
995 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
2124 switch (ep->type) in USB_ActivateEndpoint()
[all …]
Dstm32l4xx_hal_pcd.c217 hpcd->IN_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
228 hpcd->OUT_ep[i].type = EP_TYPE_CTRL; in HAL_PCD_Init()
1446 if ((hpcd->IN_ep[epnum].type == EP_TYPE_ISOC) && in HAL_PCD_IRQHandler()
1466 if ((hpcd->OUT_ep[epnum].type == EP_TYPE_ISOC) && in HAL_PCD_IRQHandler()
1949 ep->type = ep_type; in HAL_PCD_EP_Open()
2536 if (ep->type == EP_TYPE_BULK) in PCD_EP_ISR_Handler()
2595 if (ep->type == EP_TYPE_ISOC) in PCD_EP_ISR_Handler()
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_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.7.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()
/hal_stm32-3.7.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.7.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_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.7.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.7.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_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()
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.7.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_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.7.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash.c300 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()
331 else if (type == FLASH_TYPEPROGRAM_BURST) in HAL_FLASH_IRQHandler()
341 CLEAR_BIT((*reg_cr), (type | FLASH_NSCR1_PNB)); in HAL_FLASH_IRQHandler()
371 if (type == FLASH_TYPEERASE_PAGES) in HAL_FLASH_IRQHandler()
/hal_stm32-3.7.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 …]
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_usb.c270 switch (ep->type) in USB_ActivateEndpoint()
305 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
341 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
370 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
485 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
620 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
639 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
702 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
733 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
749 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_usb.c270 switch (ep->type) in USB_ActivateEndpoint()
305 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
341 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint()
370 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint()
485 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
620 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer()
639 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
702 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall()
733 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
749 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer()
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_usb.c607 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
619 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
644 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
656 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
804 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
818 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
838 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
908 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
1109 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1117 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_usb.c640 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
652 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
677 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
689 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
837 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
851 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
871 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
941 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
1142 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1150 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_usb.c589 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
601 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
626 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
638 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
786 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
800 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
820 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
890 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
1091 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1099 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
/hal_stm32-3.7.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.7.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_usb.c610 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint()
622 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint()
647 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
659 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint()
807 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
821 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
841 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer()
911 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer()
1112 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
1120 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
/hal_stm32-3.7.0/scripts/
Dupdate_stm32_package.py28 type=str,
43 type=str,
50 type=str,

1234