Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 10 of 10) sorted by relevance

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_usbd.c157 #define NRFX_USBD_EP_BITPOS(ep) \ argument
833 void nrfx_usbd_ep_abort(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_abort()
909 const nrfx_usbd_ep_t ep = NRFX_USBD_EPIN0; in nrf_usbd_ep0in_dma_handler() local
1284 nrfx_usbd_ep_t ep = bit2ep(bitpos); in ev_epdata_handler() local
1360 nrfx_usbd_ep_t ep = bit2ep(pos); in usbd_dmareq_process() local
1966 void nrfx_usbd_ep_enable(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_enable()
1986 void nrfx_usbd_ep_disable(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_disable()
2017 nrfx_usbd_ep_t ep, in nrfx_usbd_ep_transfer()
2129 nrfx_usbd_ep_t ep, in nrfx_usbd_ep_handled_transfer()
2199 bool nrfx_usbd_ep_is_busy(nrfx_usbd_ep_t ep) in nrfx_usbd_ep_is_busy()
[all …]
/lk-master/external/platform/nrfx/hal/
A Dnrf_usbd.h482 #define NRF_USBD_EP_NR_GET(ep) ((uint8_t)(((uint8_t)(ep)) & 0xFU)) argument
516 #define NRF_USBD_EPISO_CHECK(ep) (NRF_USBD_EP_NR_GET(ep) >= NRF_USBD_EPISO_FIRST) argument
526 #define NRF_USBD_EP_VALIDATE(ep) ( \ argument
1131 NRF_STATIC_INLINE bool nrf_usbd_ep_is_stall(NRF_USBD_Type const * p_reg, uint8_t ep) in nrf_usbd_ep_is_stall()
1239 NRF_STATIC_INLINE void nrf_usbd_epout_clear(NRF_USBD_Type * p_reg, uint8_t ep) in nrf_usbd_epout_clear()
1269 uint8_t ep, in nrf_usbd_dtoggle_set()
1303 NRF_STATIC_INLINE void nrf_usbd_ep_enable(NRF_USBD_Type * p_reg, uint8_t ep) in nrf_usbd_ep_enable()
1318 NRF_STATIC_INLINE void nrf_usbd_ep_disable(NRF_USBD_Type * p_reg, uint8_t ep) in nrf_usbd_ep_disable()
1345 NRF_STATIC_INLINE void nrf_usbd_ep_stall(NRF_USBD_Type * p_reg, uint8_t ep) in nrf_usbd_ep_stall()
1351 NRF_STATIC_INLINE void nrf_usbd_ep_unstall(NRF_USBD_Type * p_reg, uint8_t ep) in nrf_usbd_ep_unstall()
[all …]
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pcd.c308 USB_OTG_EPTypeDef *ep; in HAL_PCD_IRQHandler() local
760 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_Open() local
796 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_Close() local
824 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_Receive() local
871 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_Transmit() local
907 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_SetStall() local
938 USB_OTG_EPTypeDef *ep; in HAL_PCD_EP_ClrStall() local
1058 USB_OTG_EPTypeDef *ep; in PCD_WriteEmptyTxFifo() local
A Dstm32f7xx_ll_usb.c392 HAL_StatusTypeDef USB_ActivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateEndpoint()
419 HAL_StatusTypeDef USB_ActivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateDedicatedEndpoint()
457 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateEndpoint()
479 …L_StatusTypeDef USB_DeactivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateDedicatedEndpoint()
502 HAL_StatusTypeDef USB_EPStartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EPStartXfer()
599 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EP0StartXfer()
719 HAL_StatusTypeDef USB_EPSetStall(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep) in USB_EPSetStall()
742 HAL_StatusTypeDef USB_EPClearStall(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPClearStall()
/lk-master/platform/stm32f0xx/
A Dusbc.c113 PCD_EPTypeDef *ep = &hpcd->OUT_ep[epnum]; in HAL_PCD_DataOutStageCallback() local
122 PCD_EPTypeDef *ep = &hpcd->IN_ep[epnum]; in HAL_PCD_DataInStageCallback() local
239 struct ep_status *ep = &usbc.ep_in[0]; in usbc_ep0_ack() local
253 struct ep_status *ep = &usbc.ep_in[0]; in usbc_ep0_send() local
262 status_t usbc_setup_endpoint(ep_t ep, ep_dir_t dir, uint width, ep_type_t type) { in usbc_setup_endpoint()
287 status_t usbc_queue_rx(ep_t ep, usbc_transfer_t *transfer) { in usbc_queue_rx()
299 status_t usbc_queue_tx(ep_t ep, usbc_transfer_t *transfer) { in usbc_queue_tx()
/lk-master/platform/stm32f7xx/
A Dusbc.c82 PCD_EPTypeDef *ep = &hpcd->OUT_ep[epnum]; in HAL_PCD_DataOutStageCallback() local
91 PCD_EPTypeDef *ep = &hpcd->IN_ep[epnum]; in HAL_PCD_DataInStageCallback() local
226 status_t usbc_setup_endpoint(ep_t ep, ep_dir_t dir, uint width, ep_type_t type) { in usbc_setup_endpoint()
245 status_t usbc_queue_rx(ep_t ep, usbc_transfer_t *transfer) { in usbc_queue_rx()
257 status_t usbc_queue_tx(ep_t ep, usbc_transfer_t *transfer) { in usbc_queue_tx()
269 status_t usbc_flush_ep(ep_t ep) { in usbc_flush_ep()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_pcd.c656 PCD_EPTypeDef *ep; in HAL_PCD_EP_Open() local
761 PCD_EPTypeDef *ep; in HAL_PCD_EP_Close() local
835 PCD_EPTypeDef *ep; in HAL_PCD_EP_Receive() local
895 PCD_EPTypeDef *ep; in HAL_PCD_EP_Transmit() local
958 PCD_EPTypeDef *ep; in HAL_PCD_EP_SetStall() local
1004 PCD_EPTypeDef *ep; in HAL_PCD_EP_ClrStall() local
1190 PCD_EPTypeDef *ep; in PCD_EP_ISR_Handler() local
A Dstm32f0xx_hal_pcd_ex.c103 PCD_EPTypeDef *ep; in HAL_PCDEx_PMAConfig() local
/lk-master/platform/stellaris/
A Dusbc.c212 status_t usbc_setup_endpoint(ep_t ep, ep_dir_t dir, uint width, ep_type_t type) { in usbc_setup_endpoint()
216 status_t usbc_queue_rx(ep_t ep, usbc_transfer_t *transfer) { in usbc_queue_rx()
220 status_t usbc_queue_tx(ep_t ep, usbc_transfer_t *transfer) { in usbc_queue_tx()
224 status_t usbc_flush_ep(ep_t ep) { in usbc_flush_ep()
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_usbd.h189 nrfx_usbd_ep_t ep; /**< Endpoint number. */ member
192 nrfx_usbd_ep_t ep; /**< Endpoint number. */ member

Completed in 27 milliseconds