NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
usb_istr.c File Reference

ISTR events interrupt service routines. More...

#include "usb_lib.h"
#include "usb_prop.h"
#include "usb_pwr.h"
#include "usb_istr.h"
Include dependency graph for usb_istr.c:

Functions

void USB_Istr (void)
 

Variables

__IO uint16_t wIstr
 
__IO uint8_t bIntPackSOF = 0
 
__IO uint32_t esof_counter = 0
 
__IO uint32_t wCNTR = 0
 
void(* pEpInt_IN [7])(void)
 
void(* pEpInt_OUT [7])(void)
 

Detailed Description

ISTR events interrupt service routines.

Author
MCD Application Team
Version
V4.0.0
Date
21-January-2013
Attention

© COPYRIGHT 2013 STMicroelectronics

Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:

   http://www.st.com/software_license_agreement_liberty_v2

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Function Documentation

void USB_Istr ( void  )

Here is the call graph for this function:

Variable Documentation

__IO uint8_t bIntPackSOF = 0
__IO uint32_t esof_counter = 0
void(* pEpInt_IN[7])(void)
Initial value:
=
{
}
void EP2_IN_Callback(void)
void EP5_IN_Callback(void)
void EP6_IN_Callback(void)
void EP4_IN_Callback(void)
void EP1_IN_Callback(void)
Definition: usb_endp.c:57
void EP3_IN_Callback(void)
void EP7_IN_Callback(void)
void(* pEpInt_OUT[7])(void)
Initial value:
=
{
}
void EP6_OUT_Callback(void)
void EP4_OUT_Callback(void)
void EP7_OUT_Callback(void)
void EP2_OUT_Callback(void)
void EP1_OUT_Callback(void)
void EP5_OUT_Callback(void)
void EP3_OUT_Callback(void)
Definition: usb_endp.c:69
__IO uint32_t wCNTR = 0
__IO uint16_t wIstr