MCPcopy Create free account

hub / github.com/dji-sdk/Onboard-SDK / functions

Functions3,115 in github.com/dji-sdk/Onboard-SDK

↓ 1 callersFunctionDCD_HandleUsbReset_ISR
* @brief DCD_HandleUsbReset_ISR * This interrupt occurs when a USB Reset is detected * @param pdev: device instance * @retval status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_dcd_int.c:686
↓ 1 callersFunctionDCD_IsoINIncomplete_ISR
* @brief DCD_IsoINIncomplete_ISR * handle the ISO IN incomplete interrupt * @param pdev: device instance * @retval status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_dcd_int.c:875
↓ 1 callersFunctionDCD_IsoOUTIncomplete_ISR
* @brief DCD_IsoOUTIncomplete_ISR * handle the ISO OUT incomplete interrupt * @param pdev: device instance * @retval status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_dcd_int.c:896
↓ 1 callersFunctionDCD_OTG_ISR
* @brief DCD_OTG_ISR * Indicates that the USB_OTG controller has detected an OTG event: * used to detect the end of session i
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_dcd_int.c:315
↓ 1 callersFunctionDCD_ReadDevInEP
* @brief DCD_ReadDevInEP * Reads ep flags * @param pdev: device instance * @retval status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_dcd_int.c:915
↓ 1 callersFunctionDCD_SessionRequest_ISR
* @brief DCD_SessionRequest_ISR * Indicates that the USB_OTG controller has detected a connection * @param pdev: device instance * @retval s
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_dcd_int.c:296
↓ 1 callersMethodDequeueAllBuffer
osdk-core/modules/src/filemgr/impl/downloadbufferqueue.cpp:128
↓ 1 callersFunctionEXTI_ClearITPendingBit
* @brief Clears the EXTI's line pending bits. * @param EXTI_Line: specifies the EXTI lines to clear. * This parameter can be any combin
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_exti.c:289
↓ 1 callersFunctionEXTI_GetITStatus
* @brief Checks whether the specified EXTI line is asserted or not. * @param EXTI_Line: specifies the EXTI line to check. * This parame
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_exti.c:264
↓ 1 callersFunctionGPIO_ResetBits
* @brief Clears the selected data port bits. * @note This functions uses GPIOx_BSRR register to allow atomic read/modify * accesses. I
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_gpio.c:413
↓ 1 callersMethodGetConfirmSeq
osdk-core/modules/src/filemgr/impl/downloadbufferqueue.cpp:101
↓ 1 callersMethodGetSize
osdk-core/modules/inc/filemgr/impl/downloadbufferqueue.h:53
↓ 1 callersFunctionHCD_GetCurrentSpeed
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_hcd.c:127
↓ 1 callersFunctionHCD_GetXferCnt
* @brief HCD_GetXferCnt * This function returns the last URBstate * @param pdev: Selected device * @retval No. of data bytes transfer
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_hcd.c:210
↓ 1 callersFunctionHCD_Init
* @brief HCD_Init * Initialize the HOST portion of the driver. * @param pdev: Selected device * @param base_address: OTG base addres
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_hcd.c:91
↓ 1 callersFunctionHCD_IsPortEnabled
* @brief HCD_IsPortEnabled * This function checks if port is enabled * @param pdev : Selected device * @retval Frame number * */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_hcd.c:174
↓ 1 callersMethodHandlePushPack
osdk-core/modules/src/filemgr/impl/dji_file_mgr_impl.cpp:929
↓ 1 callersMethodInitBufferQueue
osdk-core/modules/src/filemgr/impl/downloadbufferqueue.cpp:23
↓ 1 callersFunctionMarchErrCodeInfoTbl
osdk-core/api/src/dji_hms.cpp:196
↓ 1 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
sample/platform/STM32/OnBoardSDK_STM32/Lib/CMSIS/inc/core_sc300.h:1361
↓ 1 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
sample/platform/STM32/OnBoardSDK_STM32/Lib/CMSIS/inc/core_cm4.h:1535
↓ 1 callersFunctionNVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
sample/platform/STM32/OnBoardSDK_STM32/Lib/CMSIS/inc/core_sc000.h:698
↓ 1 callersFunctionNVIC_SetVectorTable
* @brief Sets the vector table location and Offset. * @param NVIC_VectTab: specifies if the vector table is in RAM or FLASH memory. * This par
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/misc.c:180
↓ 1 callersFunctionOMDownloadFileTask
sample/platform/linux/mop/om_download_sample.cpp:564
↓ 1 callersFunctionOMUnreliableTransTask
sample/platform/linux/mop/om_download_sample.cpp:595
↓ 1 callersFunctionOPDownloadFileTask
sample/platform/linux/mop/op_download_sample.cpp:105
↓ 1 callersFunctionOPUnreliableTransTask
sample/platform/linux/mop/op_download_sample.cpp:252
↓ 1 callersFunctionOPUploadFileTask
sample/platform/linux/mop/op_upload_sample.cpp:79
↓ 1 callersFunctionOsdkLinux_USBBulkHotPlugInit
sample/platform/linux/hal/osdkhal_linux.c:380
↓ 1 callersFunctionOsdkLinux_USBBulkInit
* @brief USBBulk interface init function. * @param pid: USBBulk product id. * @param vid: USBBulk vendor id. * @param num: USBBulk interface num.
sample/platform/linux/hal/osdkhal_linux.c:200
↓ 1 callersFunctionOsdkLinux_UartHotPlugInit
sample/platform/linux/hal/osdkhal_linux.c:364
↓ 1 callersFunctionOsdkLinux_UartInit
* @brief Uart interface init function. * @param port: uart interface port. * @param baudrate: uart interface baudrate. * @param obj: pointer to th
sample/platform/linux/hal/osdkhal_linux.c:115
↓ 1 callersFunctionOsdkStr_PutStrToBuf
osdk-core/modules/src/firewall/osdk_firewall.cpp:162
↓ 1 callersFunctionPWR_EnterSTOPMode
* @brief Enters STOP mode. * * @note In Stop mode, all I/O pins keep the same state as in Run mode. * @note When exiting Stop mode by is
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_pwr.c:522
↓ 1 callersFunctionPayloadSendingTest
sample/platform/STM32/OnBoardSDK_STM32/User/PayloadSample.cpp:53
↓ 1 callersFunctionRCC_AHB2PeriphClockCmd
* @brief Enables or disables the AHB2 peripheral clock. * @note After reset, the peripheral clock (used for registers read/write access) *
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rcc.c:1162
↓ 1 callersMethodRegisterMissionEventCallback
osdk-core/api/src/dji_waypoint_v2.cpp:418
↓ 1 callersMethodRegisterMissionStateCallback
osdk-core/api/src/dji_waypoint_v2.cpp:437
↓ 1 callersMethodSendMissedAckPack
osdk-core/modules/src/filemgr/impl/dji_file_mgr_impl.cpp:1043
↓ 1 callersFunctionSetSysClock
* @brief Configures the System clock source, PLL Multiplier and Divider factors, * AHB/APBx prescalers and Flash settings * @Note This
sample/platform/STM32/OnBoardSDK_STM32/Lib/CMSIS/src/system_stm32f4xx.c:347
↓ 1 callersFunctionSysTick_Config
\brief System Tick Configuration The function initializes the System Timer and its interrupt, and starts the System Tick Timer. Counter is i
sample/platform/STM32/OnBoardSDK_STM32/Lib/CMSIS/inc/core_cm4.h:1662
↓ 1 callersFunctionSystemInit_ExtMemCtl
* @brief Setup the external memory controller. * Called in startup_stm32f4xx.s before jump to main. * This function configures th
sample/platform/STM32/OnBoardSDK_STM32/Lib/CMSIS/src/system_stm32f4xx.c:434
↓ 1 callersFunctionTI3_Config
* @brief Configure the TI3 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5 or 8 to select the TIM peripheral. * @param TIM_ICPolarity : T
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_tim.c:3287
↓ 1 callersFunctionTI4_Config
* @brief Configure the TI4 as Input. * @param TIMx: where x can be 1, 2, 3, 4, 5 or 8 to select the TIM peripheral. * @param TIM_ICPolarity : T
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_tim.c:3328
↓ 1 callersFunctionTIM_ARRPreloadConfig
* @brief Enables or disables TIMx peripheral Preload register on ARR. * @param TIMx: where x can be 1 to 14 to select the TIM peripheral. * @par
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_tim.c:522
↓ 1 callersFunctionTIM_SetIC3Prescaler
* @brief Sets the TIMx Input Capture 3 prescaler. * @param TIMx: where x can be 1, 2, 3, 4, 5 or 8 to select the TIM peripheral. * @param TIM_I
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_tim.c:2144
↓ 1 callersFunctionTIM_SetIC4Prescaler
* @brief Sets the TIMx Input Capture 4 prescaler. * @param TIMx: where x can be 1, 2, 3, 4, 5 or 8 to select the TIM peripheral. * @param TIM_I
sample/platform/STM32/OnBoardSDK_STM32/Lib/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_tim.c:2168
↓ 1 callersFunctionUSART2_Config
* USART2 is used for receiving commands from PC and * printing debug information to PC */
sample/platform/STM32/OnBoardSDK_STM32/Bsp/BspUsart.cpp:82
↓ 1 callersFunctionUSART2_Gpio_Config
sample/platform/STM32/OnBoardSDK_STM32/Bsp/BspUsart.cpp:42
↓ 1 callersFunctionUSART3_Config
* USART3 is used for communicating with the DJI flight controller * The Baud rate needs to match the Baud rate used by the flight controller */
sample/platform/STM32/OnBoardSDK_STM32/Bsp/BspUsart.cpp:111
↓ 1 callersFunctionUSART3_Gpio_Config
sample/platform/STM32/OnBoardSDK_STM32/Bsp/BspUsart.cpp:60
↓ 1 callersFunctionUSARTxNVIC_Config
sample/platform/STM32/OnBoardSDK_STM32/Bsp/BspUsart.cpp:136
↓ 1 callersFunctionUSBH_ClearDeviceFeature
* @brief USBH_ClearDeviceFeature * The command sets the device features (remote wakeup feature,..) * @param pdev: Selected device * @param
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_stdreq.c:344
↓ 1 callersFunctionUSBH_CtlSendSetup
* @brief USBH_CtlSendSetup * Sends the Setup Packet to the Device * @param pdev: Selected device * @param buff: Buffer pointer from w
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_ioreq.c:152
↓ 1 callersFunctionUSBH_DeAllocate_AllChannel
* @brief USBH_DeAllocate_AllChannel * Free all USB host channel * @param pdev : core instance * @retval Status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_hcs.c:203
↓ 1 callersFunctionUSBH_ErrorHandle
* @brief USBH_ErrorHandle * This function handles the Error on Host side. * @param errType : Type of Error or Busy/OK state * @retval
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_core.c:446
↓ 1 callersFunctionUSBH_GetFreeChannel
* @brief USBH_GetFreeChannel * Get a free channel number for allocation to a device endpoint * @param None * @retval idx: Free Channel
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_hcs.c:220
↓ 1 callersFunctionUSBH_Get_HID_Descriptor
* @brief USBH_Get_HID_Descriptor * Issue HID Descriptor command to the device. Once the response * received, parse the report descri
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_core.c:538
↓ 1 callersFunctionUSBH_Get_HID_ReportDescriptor
* @brief USBH_Get_HID_ReportDescriptor * Issue report Descriptor command to the device. Once the response * received, parse the repo
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_core.c:505
↓ 1 callersFunctionUSBH_HandleControl
* @brief USBH_HandleControl * Handles the USB control transfer state machine * @param pdev: Selected device * @retval Status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_core.c:666
↓ 1 callersFunctionUSBH_HandleEnum
* @brief USBH_HandleEnum * This function includes the complete enumeration process * @param pdev: Selected device * @retval USBH_Stat
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_core.c:471
↓ 1 callersFunctionUSBH_InterruptReceiveData
* @brief USBH_InterruptReceiveData * Receives the Device Response to the Interrupt IN token * @param pdev: Selected device * @param b
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_ioreq.c:305
↓ 1 callersFunctionUSBH_MSC_DecodeCSW
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_bot.c:563
↓ 1 callersFunctionUSBH_MSC_GETMaxLUN
* @brief USBH_MSC_GETMaxLUN * This request is used to reset the mass storage device and its * associated interface. This class-s
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_core.c:489
↓ 1 callersFunctionUSBH_MSC_Init
* @brief USBH_MSC_Init * Initializes the mass storage parameters * @param None * @retval None */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_bot.c:126
↓ 1 callersFunctionUSBH_MSC_ModeSense6
* @brief USBH_MSC_ModeSense6 * Issue the Mode Sense6 Command to the device. This function is used * for reading the WriteProt
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_scsi.c:283
↓ 1 callersFunctionUSBH_MSC_Read10
* @brief USBH_MSC_Read10 * Issue the read command to the device. Once the response received, * it updates the status to upper l
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_scsi.c:558
↓ 1 callersFunctionUSBH_MSC_ReadCapacity10
* @brief USBH_MSC_ReadCapacity10 * Issue the read capacity command to the device. Once the response * received, it updates the
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_scsi.c:197
↓ 1 callersFunctionUSBH_MSC_RequestSense
* @brief USBH_MSC_RequestSense * Issues the Request Sense command to the device. Once the response * received, it updates the
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_scsi.c:375
↓ 1 callersFunctionUSBH_MSC_TestUnitReady
* @brief USBH_MSC_TestUnitReady * Issues 'Test unit ready' command to the device. Once the response * received, it updates the
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_scsi.c:125
↓ 1 callersFunctionUSBH_MSC_Write10
* @brief USBH_MSC_Write10 * Issue the write command to the device. Once the response received, * it updates the status to upper
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/MSC/src/usbh_msc_scsi.c:470
↓ 1 callersFunctionUSBH_OTG_ISR_Handler
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_hcd_int.c:110
↓ 1 callersFunctionUSBH_ParseCfgDesc
* @brief USBH_ParseCfgDesc * This function Parses the configuration descriptor * @param cfg_desc: Configuration Descriptor address * @param
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_stdreq.c:438
↓ 1 callersFunctionUSBH_ParseDevDesc
* @brief USBH_ParseDevDesc * This function Parses the device descriptor * @param dev_desc: device_descriptor destination address * @param
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_stdreq.c:403
↓ 1 callersFunctionUSBH_ParseEPDesc
* @brief USBH_ParseEPDesc * This function Parses the endpoint descriptor * @param ep_descriptor: Endpoint descriptor destination address *
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_stdreq.c:568
↓ 1 callersFunctionUSBH_ParseHIDDesc
* @brief USBH_ParseHIDDesc * This function Parse the HID descriptor * @param buf: Buffer where the source descriptor is available * @retval
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_core.c:659
↓ 1 callersFunctionUSBH_ParseStringDesc
* @brief USBH_ParseStringDesc * This function Parses the string descriptor * @param psrc: Source pointer containing the descriptor data * @
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_stdreq.c:588
↓ 1 callersFunctionUSBH_Process
* @brief USBH_Process * USB Host core main state machine process * @param None * @retval None */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_core.c:251
↓ 1 callersFunctionUSBH_SetAddress
* @brief USBH_SetAddress * This command sets the address to the connected device * @param pdev: Selected device * @param DeviceAddress: Dev
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_stdreq.c:254
↓ 1 callersFunctionUSBH_SetCfg
* @brief USBH_SetCfg * The command sets the configuration value to the connected device * @param pdev: Selected device * @param cfg_idx: Co
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_stdreq.c:277
↓ 1 callersFunctionUSBH_SetDeviceFeature
* @brief USBH_SetFeature * The command sets the device features (remote wakeup feature,..) * @param pdev: Selected device * @param it
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_stdreq.c:321
↓ 1 callersFunctionUSBH_Set_Idle
* @brief USBH_Set_Idle * Set Idle State. * @param pdev: Selected device * @param duration: Duration for HID Idle request * @param reportI
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_core.c:564
↓ 1 callersFunctionUSBH_Set_Protocol
* @brief USBH_Set_Protocol * Set protocol State. * @param pdev: Selected device * @param protocol : Set Protocol for HID : boot/report prot
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Class/HID/src/usbh_hid_core.c:623
↓ 1 callersFunctionUSBH_SubmitSetupRequest
* @brief USBH_SubmitSetupRequest * Start a setup transfer by changing the state-machine and * initializing the required variabl
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_ioreq.c:380
↓ 1 callersFunctionUSB_OTG_BSP_EnableInterrupt
* @brief USB_OTG_BSP_EnableInterrupt * Enable USB Global interrupt * @param None * @retval None */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_bsp_template.c:98
↓ 1 callersFunctionUSB_OTG_BSP_Init
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_bsp_template.c:88
↓ 1 callersFunctionUSB_OTG_BSP_Suspend
* @brief USB_OTG_BSP_Suspend * Handles the Enter USB to Suspend Mode * @param pdev: Selected device * @retval Status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_HOST_Library/Core/src/usbh_core.c:947
↓ 1 callersFunctionUSB_OTG_BSP_TimeInit
* @brief USB_OTG_BSP_TimeInit * Initializes delay unit using Timer2 * @param None * @retval None */
sample/platform/STM32/OnBoardSDK_STM32/Bsp/usb_bsp.c:463
↓ 1 callersFunctionUSB_OTG_BSP_mDelay
* @brief USB_OTG_BSP_mDelay * This function provides delay time in milli sec * @param msec : Value of delay required in milli sec * @
sample/platform/STM32/OnBoardSDK_STM32/Bsp/usb_bsp.c:519
↓ 1 callersFunctionUSB_OTG_BSP_uDelay
* @brief USB_OTG_BSP_uDelay * This function provides delay time in micro sec * @param usec : Value of delay required in micro sec * @r
sample/platform/STM32/OnBoardSDK_STM32/Bsp/usb_bsp.c:492
↓ 1 callersFunctionUSB_OTG_DriveVbus
* @brief USB_OTG_DriveVbus : set/reset vbus * @param pdev : Selected device * @param state : VBUS state * @retval None */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_core.c:758
↓ 1 callersFunctionUSB_OTG_EP0Activate
* @brief enables EP0 OUT to receive SETUP packets and configures EP0 * for transmitting packets * @param None * @retval USB_OTG_STS : status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_core.c:1493
↓ 1 callersFunctionUSB_OTG_EPActivate
* @brief USB_OTG_EPActivate : Activates an EP * @param pdev : Selected device * @retval USB_OTG_STS : status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_core.c:1531
↓ 1 callersFunctionUSB_OTG_EPDeactivate
* @brief USB_OTG_EPDeactivate : Deactivates an EP * @param pdev : Selected device * @retval USB_OTG_STS : status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_core.c:1582
↓ 1 callersFunctionUSB_OTG_EnableDevInt
* @brief USB_OTG_EnableDevInt : Enables the Device mode interrupts * @param pdev : Selected device * @retval USB_OTG_STS : status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_core.c:1414
↓ 1 callersFunctionUSB_OTG_EnableHostInt
* @brief USB_OTG_EnableHostInt: Enables the Host mode interrupts * @param pdev : Selected device * @retval USB_OTG_STS : status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_core.c:787
↓ 1 callersFunctionUSB_OTG_GetDeviceSpeed
* @brief USB_OTG_GetDeviceSpeed * Get the device speed from the device status register * @param None * @retval status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_core.c:1458
↓ 1 callersFunctionUSB_OTG_GetEPStatus
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_core.c:2097
↓ 1 callersFunctionUSB_OTG_HC_DoPing
* @brief Issue a ping token * @param None * @retval : None */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_core.c:1164
↓ 1 callersFunctionUSB_OTG_HC_StartXfer
* @brief USB_OTG_HC_StartXfer : Start transfer * @param pdev : Selected device * @param hc_num : channel number * @retval USB_OTG_STS : status */
sample/platform/STM32/OnBoardSDK_STM32/Lib/USB_Lib/STM32_USB_OTG_Driver/src/usb_core.c:1005
← previousnext →501–600 of 3,115, ranked by callers