STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
PCD HAL module driver. More...
Topics | |
PCD Exported Types | |
PCD Exported Constants | |
PCD Exported Macros | |
macros to handle interrupts and specific clock configurations | |
PCD Private Constants | |
PCD Private Macros | |
PCD Private Functions | |
PCD Exported Functions | |
Macros | |
#define | USB_OTG_DOEPINT_OTEPSPR (0x1UL << 5) |
#define | USB_OTG_DOEPMSK_OTEPSPRM (0x1UL << 5) |
#define | USB_OTG_DOEPINT_NAK (0x1UL << 13) |
#define | USB_OTG_DOEPMSK_NAKM (0x1UL << 13) |
#define | USB_OTG_DOEPINT_STPKTRX (0x1UL << 15) |
#define | USB_OTG_DOEPMSK_NYETM (0x1UL << 14) |
PCD HAL module driver.
#define USB_OTG_DOEPINT_OTEPSPR (0x1UL << 5) |
#include <stm32f4xx_hal_pcd.h>
Status Phase Received interrupt
Definition at line 415 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_IRQHandler(), and PCD_EP_OutXfrComplete_int().
#define USB_OTG_DOEPMSK_OTEPSPRM (0x1UL << 5) |
#include <stm32f4xx_hal_pcd.h>
Setup Packet Received interrupt mask
Definition at line 419 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_IRQHandler().
#define USB_OTG_DOEPINT_NAK (0x1UL << 13) |
#include <stm32f4xx_hal_pcd.h>
NAK interrupt
Definition at line 423 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_IRQHandler().
#define USB_OTG_DOEPMSK_NAKM (0x1UL << 13) |
#include <stm32f4xx_hal_pcd.h>
OUT Packet NAK interrupt mask
Definition at line 427 of file stm32f4xx_hal_pcd.h.
Referenced by HAL_PCD_IRQHandler().
#define USB_OTG_DOEPINT_STPKTRX (0x1UL << 15) |
#include <stm32f4xx_hal_pcd.h>
Setup Packet Received interrupt
Definition at line 431 of file stm32f4xx_hal_pcd.h.
Referenced by PCD_EP_OutSetupPacket_int(), and PCD_EP_OutXfrComplete_int().
#define USB_OTG_DOEPMSK_NYETM (0x1UL << 14) |
#include <stm32f4xx_hal_pcd.h>
Setup Packet Received interrupt mask
Definition at line 435 of file stm32f4xx_hal_pcd.h.