Searched refs:USB_EP_RX_STALL (Results 1 – 12 of 12) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_pcd.c | 1257 PCD_SET_EP_TXRX_STATUS(hpcd->Instance, ep->num, USB_EP_RX_STALL, USB_EP_TX_STALL) in HAL_PCD_EP_SetStall() 1267 PCD_SET_EP_RX_STATUS(hpcd->Instance, ep->num , USB_EP_RX_STALL) in HAL_PCD_EP_SetStall()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_pcd.c | 1015 PCD_SET_EP_TXRX_STATUS(hpcd->Instance, ep->num, USB_EP_RX_STALL, USB_EP_TX_STALL); in HAL_PCD_EP_SetStall() 1025 PCD_SET_EP_RX_STATUS(hpcd->Instance, ep->num , USB_EP_RX_STALL); in HAL_PCD_EP_SetStall()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_pcd.h | 504 == USB_EP_RX_STALL)
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_pcd.h | 460 == USB_EP_RX_STALL)
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_pcd.h | 695 == USB_EP_RX_STALL)
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_usb.c | 2188 PCD_SET_EP_RX_STATUS(USBx, ep->num, USB_EP_RX_STALL); in USB_EPSetStall()
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7435 #define USB_EP_RX_STALL ((uint16_t)0x1000U) /*!< EndPoint RX STA… macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 6354 #define USB_EP_RX_STALL (0x00001000U) /*!< EndPoint RX STA… macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 6354 #define USB_EP_RX_STALL (0x00001000U) /*!< EndPoint RX STA… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 7276 #define USB_EP_RX_STALL ((uint16_t)0x1000U) /*!< EndPoint RX STA… macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 7194 #define USB_EP_RX_STALL (0x00001000U) /*!< EndPoint RX STA… macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 7496 #define USB_EP_RX_STALL (0x00001000U) /*!< EndPoint RX STA… macro
|