Functions
USB_BSP_Exported_FunctionsPrototype
Collaboration diagram for USB_BSP_Exported_FunctionsPrototype:

Functions

void BSP_Init (void)
 
void USB_OTG_BSP_EnableInterrupt (USB_OTG_CORE_HANDLE *pdev)
 USB_OTG_BSP_EnableInterrupt Enabele USB Global interrupt. More...
 
void USB_OTG_BSP_Init (USB_OTG_CORE_HANDLE *pdev)
 USB_OTG_BSP_Init Initilizes BSP configurations. More...
 
void USB_OTG_BSP_mDelay (const uint32_t msec)
 USB_OTG_BSP_mDelay This function provides delay time in milli sec. More...
 
void USB_OTG_BSP_TimerIRQ (void)
 USB_OTG_BSP_TimerIRQ Time base IRQ. More...
 
void USB_OTG_BSP_uDelay (const uint32_t usec)
 USB_OTG_BSP_uDelay This function provides delay time in micro sec. More...
 

Detailed Description

Function Documentation

void BSP_Init ( void  )
void USB_OTG_BSP_EnableInterrupt ( USB_OTG_CORE_HANDLE pdev)

USB_OTG_BSP_EnableInterrupt Enabele USB Global interrupt.

Parameters
None
Return values
None

Definition at line 96 of file usb_bsp.c.

void USB_OTG_BSP_Init ( USB_OTG_CORE_HANDLE pdev)

USB_OTG_BSP_Init Initilizes BSP configurations.

Parameters
None
Return values
None

Definition at line 46 of file usb_bsp.c.

void USB_OTG_BSP_mDelay ( const uint32_t  msec)

USB_OTG_BSP_mDelay This function provides delay time in milli sec.

Parameters
msec: Value of delay required in milli sec
Return values
None

Definition at line 177 of file usb_bsp_template.c.

void USB_OTG_BSP_TimerIRQ ( void  )

USB_OTG_BSP_TimerIRQ Time base IRQ.

Parameters
None
Return values
None

Definition at line 192 of file usb_bsp_template.c.

void USB_OTG_BSP_uDelay ( const uint32_t  usec)

USB_OTG_BSP_uDelay This function provides delay time in micro sec.

Parameters
usec: Value of delay required in micro sec
Return values
None

Definition at line 154 of file usb_bsp_template.c.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54