|
RT-AICHIP-sample
|

マクロ定義 | |
| #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) |
| void USB_Configure_Event | ( | void | ) |

| 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) |