Home
last modified time | relevance | path

Searched refs:DIEPINT (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c247 USBx_INEP(index)->DIEPINT = 0xFF; in USB_DevInit()
833 USBx_INEP(index)->DIEPINT = 0xFF; in USB_StopDevice()
960 tmpreg = USBx_INEP(epnum)->DIEPINT & msk; in USB_ReadDevInEPInterrupt()
Dstm32l4xx_hal_pcd.c572 USBx_INEP(index)->DIEPINT = 0xFF; in HAL_PCD_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c247 USBx_INEP(index)->DIEPINT = 0xFF; in USB_DevInit()
833 USBx_INEP(index)->DIEPINT = 0xFF; in USB_StopDevice()
960 tmpreg = USBx_INEP(epnum)->DIEPINT & msk; in USB_ReadDevInEPInterrupt()
Dstm32l4xx_hal_pcd.c572 USBx_INEP(index)->DIEPINT = 0xFF; in HAL_PCD_IRQHandler()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h502 #define CLEAR_IN_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_INEP(__EPNUM__)->DIEPINT = (__INT…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_usb.h502 #define CLEAR_IN_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_INEP(__EPNUM__)->DIEPINT = (__INT…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h1087 __IO uint32_t DIEPINT; /* dev IN Endpoint Itr Reg 900h + (ep_num * 20h) + 08h*/ member