/hal_stm32-latest/lib/stm32wb/hci/ |
D | tl_mbox.c | 138 ((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 …]
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/ |
D | os_wrapper.h | 50 #define os_Pool_Def(type) \ argument 51 os_pool_def_t os_pool_##type 53 #define os_Pool(type) \ argument 54 &os_pool_##type 56 #define os_Pool_Def_extern(type) \ argument 57 extern os_pool_def_t os_pool_##type 153 uint8_t type:1 ; /**< @brief Timer Type : one-shot (0) or periodic (1) */ member 242 os_timer_type type,
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_usb.c | 231 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() 335 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint() 450 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer() 566 if ((ep->xfer_len == 0U) && (ep->type == EP_TYPE_CTRL)) in USB_EPStartXfer() 591 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer() 608 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer() 659 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall() 689 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_usb.c | 256 switch (ep->type) in USB_ActivateEndpoint() 291 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint() 327 if (ep->type == EP_TYPE_BULK) in USB_ActivateEndpoint() 360 if (ep->type != EP_TYPE_ISOC) in USB_ActivateEndpoint() 475 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer() 591 if ((ep->xfer_len == 0U) && (ep->type == EP_TYPE_CTRL)) in USB_EPStartXfer() 616 if (ep->type == EP_TYPE_BULK) in USB_EPStartXfer() 633 else if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer() 684 if (ep->type != EP_TYPE_ISOC) in USB_EPClearStall() 714 if (ep->type != EP_TYPE_ISOC) in USB_EPStopXfer() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usb.c | 530 ((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() 720 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 …]
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/ |
D | hci_parser.h | 57 uint8_t type; 63 uint8_t type; 69 uint8_t type; 75 uint8_t type; 81 uint8_t type; 87 uint8_t type;
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usb.c | 507 ((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 …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_usb.c | 231 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-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_usb.c | 190 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-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_usb.c | 231 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-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_usb.c | 231 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-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_usb.c | 231 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()
|
D | stm32l5xx_hal_flash.c | 254 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-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_usb.c | 231 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-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usb.c | 606 ((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() 800 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-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_flash.c | 300 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-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usb.c | 610 ((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() 804 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() [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_usb.c | 270 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-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_usb.c | 270 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-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_usb.c | 566 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateEndpoint() 578 ((uint32_t)ep->type << 18) | in USB_ActivateEndpoint() 603 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint() 615 ((uint32_t)ep->type << 18) | (epnum << 22) | in USB_ActivateDedicatedEndpoint() 760 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer() 777 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer() 797 if (ep->type != EP_TYPE_ISOC) in USB_EPStartXfer() 867 if (ep->type == EP_TYPE_ISOC) in USB_EPStartXfer() 1068 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall() 1076 if ((ep->type == EP_TYPE_INTR) || (ep->type == EP_TYPE_BULK)) in USB_EPClearStall()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_usb.c | 607 ((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-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usb.c | 578 ((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-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usb.c | 610 ((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() 804 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-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usb.c | 640 ((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-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usb.c | 589 ((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() 783 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()
|