Home
last modified time | relevance | path

Searched refs:USB_CNTR_FRES (Results 1 – 25 of 81) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_usb.c161 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_DevInit()
735 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_StopDevice()
741 USBx->CNTR = (uint16_t)(USB_CNTR_FRES | USB_CNTR_PDWN); in USB_StopDevice()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_usb.c161 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_DevInit()
694 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_StopDevice()
700 USBx->CNTR = (uint16_t)(USB_CNTR_FRES | USB_CNTR_PDWN); in USB_StopDevice()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_usb.c161 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_DevInit()
735 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_StopDevice()
741 USBx->CNTR = (uint16_t)(USB_CNTR_FRES | USB_CNTR_PDWN); in USB_StopDevice()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_usb.c161 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_DevInit()
735 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_StopDevice()
741 USBx->CNTR = (uint16_t)(USB_CNTR_FRES | USB_CNTR_PDWN); in USB_StopDevice()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_usb.c161 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_DevInit()
735 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_StopDevice()
741 USBx->CNTR = (uint16_t)(USB_CNTR_FRES | USB_CNTR_PDWN); in USB_StopDevice()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_usb.c161 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_DevInit()
730 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_StopDevice()
736 USBx->CNTR = (uint16_t)(USB_CNTR_FRES | USB_CNTR_PDWN); in USB_StopDevice()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_usb.c161 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_DevInit()
735 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_StopDevice()
741 USBx->CNTR = (uint16_t)(USB_CNTR_FRES | USB_CNTR_PDWN); in USB_StopDevice()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_usb.c2028 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_DevInit()
2602 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_StopDevice()
2608 USBx->CNTR = (uint16_t)(USB_CNTR_FRES | USB_CNTR_PDWN); in USB_StopDevice()
Dstm32f1xx_hal_pcd.c1392 hpcd->Instance->CNTR |= (uint16_t)(USB_CNTR_FRES); in HAL_PCD_IRQHandler()
1395 hpcd->Instance->CNTR &= (uint16_t)(~USB_CNTR_FRES); in HAL_PCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_usb.c2054 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_DevInit()
2623 USBx->CNTR = (uint16_t)USB_CNTR_FRES; in USB_StopDevice()
2629 USBx->CNTR = (uint16_t)(USB_CNTR_FRES | USB_CNTR_PDWN); in USB_StopDevice()
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f070x6.h5165 #define USB_CNTR_FRES ((uint16_t)0x0001U) /*!< Force USB RESet… macro
Dstm32f070xb.h5317 #define USB_CNTR_FRES ((uint16_t)0x0001U) /*!< Force USB RESet… macro
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f102x6.h4782 #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!< Force USB Reset… macro
Dstm32f102xb.h4836 #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!< Force USB Reset… macro
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l052xx.h6909 #define USB_CNTR_FRES ((uint16_t)0x0001U) /*!< Force USB RESet… macro
Dstm32l062xx.h7046 #define USB_CNTR_FRES ((uint16_t)0x0001U) /*!< Force USB RESet… macro
Dstm32l053xx.h7068 #define USB_CNTR_FRES ((uint16_t)0x0001U) /*!< Force USB RESet… macro
Dstm32l072xx.h7205 #define USB_CNTR_FRES ((uint16_t)0x0001U) /*!< Force USB RESet… macro
Dstm32l073xx.h7364 #define USB_CNTR_FRES ((uint16_t)0x0001U) /*!< Force USB RESet… macro
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h6777 #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!<Force USB Reset … macro
Dstm32l152xba.h6838 #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!<Force USB Reset … macro
Dstm32l100xba.h6823 #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!<Force USB Reset … macro
Dstm32l100xb.h6675 #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!<Force USB Reset … macro
Dstm32l151xb.h6627 #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!<Force USB Reset … macro
Dstm32l151xba.h6703 #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!<Force USB Reset … macro

1234