Searched defs:ep (Results 1 – 7 of 7) sorted by relevance
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_usbd.c | 157 #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 …]
|
| /external/platform/nrfx/hal/ |
| A D | nrf_usbd.h | 482 #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 …]
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_hal_pcd.c | 308 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 D | stm32f7xx_ll_usb.c | 392 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()
|
| /external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
| A D | stm32f0xx_hal_pcd.c | 656 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 D | stm32f0xx_hal_pcd_ex.c | 103 PCD_EPTypeDef *ep; in HAL_PCDEx_PMAConfig() local
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_usbd.h | 189 nrfx_usbd_ep_t ep; /**< Endpoint number. */ member 192 nrfx_usbd_ep_t ep; /**< Endpoint number. */ member
|
Completed in 23 milliseconds