![]()
![]()
...
![]()
![]()
...
![]()
![]()
...
![]()
![]()
...
![]()
![]()
...
![]()
![]()
#define UX_DCD_STM32_H
![]()
![]()
#include "ux_stm32_config.h"
![]()
![]()
#define UX_DCD_STM32_SLAVE_CONTROLLER
![]()
![]()
#define UX_DCD_STM32_MAX_ED
![]()
![]()
#define UX_DCD_STM32_IN_FIFO
![]()
![]()
#define UX_DCD_STM32_FLUSH_RX_FIFO
![]()
![]()
#define UX_DCD_STM32_FLUSH_TX_FIFO
![]()
![]()
#define UX_DCD_STM32_FLUSH_FIFO_ALL
![]()
![]()
#define UX_DCD_STM32_ENDPOINT_SPACE_SIZE
![]()
![]()
#define UX_DCD_STM32_ENDPOINT_CHANNEL_SIZE
![]()
![]()
#define UX_DCD_STM32_ED_STATUS_UNUSED
![]()
![]()
#define UX_DCD_STM32_ED_STATUS_USED
![]()
![]()
#define UX_DCD_STM32_ED_STATUS_TRANSFER
![]()
![]()
#define UX_DCD_STM32_ED_STATUS_STALLED
![]()
![]()
#define UX_DCD_STM32_ED_STATUS_DONE
![]()
![]()
#define UX_DCD_STM32_ED_STATUS_SETUP_IN
![]()
![]()
#define UX_DCD_STM32_ED_STATUS_SETUP_STATUS
![]()
![]()
#define UX_DCD_STM32_ED_STATUS_SETUP_OUT
![]()
![]()
#define UX_DCD_STM32_ED_STATUS_SETUP
![]()
![]()
#define UX_DCD_STM32_ED_STATUS_TASK_PENDING
![]()
![]()
#define UX_DCD_STM32_ED_STATE_IDLE
![]()
![]()
#define UX_DCD_STM32_ED_STATE_DATA_TX
![]()
![]()
#define UX_DCD_STM32_ED_STATE_DATA_RX
![]()
![]()
#define UX_DCD_STM32_ED_STATE_STATUS_TX
![]()
![]()
#define UX_DCD_STM32_ED_STATE_STATUS_RX
![]()
![]()
#define UX_DCD_STM32_ED_TRANSFER_STATUS_IDLE
![]()
![]()
#define UX_DCD_STM32_ED_TRANSFER_STATUS_SETUP
![]()
![]()
#define UX_DCD_STM32_ED_TRANSFER_STATUS_IN_COMPLETION
![]()
![]()
#define UX_DCD_STM32_ED_TRANSFER_STATUS_OUT_COMPLETION
![]()
![]()
UX_DCD_STM32_ED_STRUCT
![]()
![]()
ux_dcd_stm32_ed_endpoint
![]()
![]()
ux_dcd_stm32_ed_status
![]()
![]()
ux_dcd_stm32_ed_state
![]()
![]()
ux_dcd_stm32_ed_index
![]()
![]()
ux_dcd_stm32_ed_direction
![]()
![]()
reserved
![]()
![]()
UX_DCD_STM32_STRUCT
![]()
![]()
ux_dcd_stm32_dcd_owner
![]()
![]()
ux_dcd_stm32_ed
![]()
![]()
pcd_handle
![]()
![]()
_stm32_ed_get(UX_DCD_STM32 *, ULONG)
![]()
![]()
_ux_dcd_stm32_endpoint_create(UX_DCD_STM32 *, UX_SLAVE_ENDPOINT *);
![]()
![]()
_ux_dcd_stm32_endpoint_destroy(UX_DCD_STM32 *, UX_SLAVE_ENDPOINT *);
![]()
![]()
_ux_dcd_stm32_endpoint_reset(UX_DCD_STM32 *, UX_SLAVE_ENDPOINT *);
![]()
![]()
_ux_dcd_stm32_endpoint_stall(UX_DCD_STM32 *, UX_SLAVE_ENDPOINT *);
![]()
![]()
_ux_dcd_stm32_endpoint_status(UX_DCD_STM32 *, ULONG);
![]()
![]()
_ux_dcd_stm32_frame_number_get(UX_DCD_STM32 *, ULONG *);
![]()
![]()
_ux_dcd_stm32_function(UX_SLAVE_DCD *, UINT, void *);
![]()
![]()
_ux_dcd_stm32_initialize_complete();
![]()
![]()
_ux_dcd_stm32_interrupt_handler();
![]()
![]()
_ux_dcd_stm32_transfer_abort(UX_DCD_STM32 *, UX_SLAVE_TRANSFER *);
![]()
![]()
_ux_dcd_stm32_transfer_request(UX_DCD_STM32 *, UX_SLAVE_TRANSFER *);
![]()
![]()
_ux_dcd_stm32_initialize(ULONG, ULONG);
![]()
![]()
_ux_dcd_stm32_uninitialize(ULONG, ULONG);
![]()
![]()
#define ux_dcd_stm32_initialize
![]()
![]()
#define ux_dcd_stm32_interrupt_handler