RT-AICHIP-sample
usbuser.h ファイル
被依存関係図:

[ソースコード]

マクロ定義

#define USB_EVT_SETUP   1 /* Setup Packet */
 
#define USB_EVT_OUT   2 /* OUT Packet */
 
#define USB_EVT_IN   3 /* IN Packet */
 
#define USB_EVT_OUT_NAK   4 /* OUT Packet - Not Acknowledged */
 
#define USB_EVT_IN_NAK   5 /* IN Packet - Not Acknowledged */
 
#define USB_EVT_OUT_STALL   6 /* OUT Packet - Stalled */
 
#define USB_EVT_IN_STALL   7 /* IN Packet - Stalled */
 

関数

void USB_Power_Event (uint32_t power)
 
void USB_Reset_Event (void)
 
void USB_Suspend_Event (void)
 
void USB_Resume_Event (void)
 
void USB_WakeUp_Event (void)
 
void USB_SOF_Event (void)
 
void USB_Error_Event (uint32_t error)
 
void USB_EndPoint0 (uint32_t event)
 
void USB_EndPoint1 (uint32_t event)
 
void USB_EndPoint2 (uint32_t event)
 
void USB_EndPoint3 (uint32_t event)
 
void USB_EndPoint4 (uint32_t event)
 
void USB_Configure_Event (void)
 
void USB_Interface_Event (void)
 
void USB_Feature_Event (void)
 

変数

void(*const USB_P_EP [USB_LOGIC_EP_NUM])(uint32_t event)
 

マクロ定義詳解

#define USB_EVT_IN   3 /* IN Packet */

usbuser.h35 行目に定義があります。

#define USB_EVT_IN_NAK   5 /* IN Packet - Not Acknowledged */

usbuser.h37 行目に定義があります。

#define USB_EVT_IN_STALL   7 /* IN Packet - Stalled */

usbuser.h39 行目に定義があります。

#define USB_EVT_OUT   2 /* OUT Packet */

usbuser.h34 行目に定義があります。

#define USB_EVT_OUT_NAK   4 /* OUT Packet - Not Acknowledged */

usbuser.h36 行目に定義があります。

#define USB_EVT_OUT_STALL   6 /* OUT Packet - Stalled */

usbuser.h38 行目に定義があります。

#define USB_EVT_SETUP   1 /* Setup Packet */

usbuser.h33 行目に定義があります。

関数詳解

void USB_Configure_Event ( void  )

被呼び出し関係図:

void USB_EndPoint0 ( uint32_t  event)

usbcore.c598 行目に定義があります。

呼び出し関係図:

void USB_EndPoint1 ( uint32_t  event)

usbuser.c163 行目に定義があります。

呼び出し関係図:

void USB_EndPoint2 ( uint32_t  event)

usbuser.c185 行目に定義があります。

void USB_EndPoint3 ( uint32_t  event)

usbuser.c196 行目に定義があります。

呼び出し関係図:

void USB_EndPoint4 ( uint32_t  event)
void USB_Error_Event ( uint32_t  error)

被呼び出し関係図:

void USB_Feature_Event ( void  )

被呼び出し関係図:

void USB_Interface_Event ( void  )

被呼び出し関係図:

void USB_Power_Event ( uint32_t  power)

被呼び出し関係図:

void USB_Reset_Event ( void  )

被呼び出し関係図:

void USB_Resume_Event ( void  )

被呼び出し関係図:

void USB_SOF_Event ( void  )

被呼び出し関係図:

void USB_Suspend_Event ( void  )

被呼び出し関係図:

void USB_WakeUp_Event ( void  )

変数詳解

void(* const USB_P_EP[USB_LOGIC_EP_NUM])(uint32_t event)

usbuser.c148 行目に定義があります。