/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_ucpd.h | 131 #define LL_UCPD_IMR_RXHRSTDET UCPD_IMR_RXHRSTDETIE /*!< Enable Rx Hard Reset detect … 844 SET_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_EnableIT_RxHRST() 998 CLEAR_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_DisableIT_RxHRST() 1152 return ((READ_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE) == UCPD_IMR_RXHRSTDETIE) ? 1UL : 0UL); in LL_UCPD_IsEnableIT_RxHRST()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_ucpd.h | 132 #define LL_UCPD_IMR_RXHRSTDET UCPD_IMR_RXHRSTDETIE /*!< Enable Rx Hard Reset detect … 879 SET_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_EnableIT_RxHRST() 1044 CLEAR_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_DisableIT_RxHRST() 1209 return ((READ_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE) == UCPD_IMR_RXHRSTDETIE) ? 1UL : 0UL); in LL_UCPD_IsEnableIT_RxHRST()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_ucpd.h | 132 #define LL_UCPD_IMR_RXHRSTDET UCPD_IMR_RXHRSTDETIE /*!< Enable Rx Hard Reset detect … 879 SET_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_EnableIT_RxHRST() 1044 CLEAR_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_DisableIT_RxHRST() 1209 return ((READ_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE) == UCPD_IMR_RXHRSTDETIE) ? 1UL : 0UL); in LL_UCPD_IsEnableIT_RxHRST()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_ucpd.h | 132 #define LL_UCPD_IMR_RXHRSTDET UCPD_IMR_RXHRSTDETIE /*!< Enable Rx Hard Reset detect … 879 SET_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_EnableIT_RxHRST() 1044 CLEAR_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_DisableIT_RxHRST() 1209 return ((READ_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE) == UCPD_IMR_RXHRSTDETIE) ? 1UL : 0UL); in LL_UCPD_IsEnableIT_RxHRST()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_ucpd.h | 132 #define LL_UCPD_IMR_RXHRSTDET UCPD_IMR_RXHRSTDETIE /*!< Enable Rx Hard Reset detect … 857 SET_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_EnableIT_RxHRST() 1022 CLEAR_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_DisableIT_RxHRST() 1187 return ((READ_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE) == UCPD_IMR_RXHRSTDETIE) ? 1UL : 0UL); in LL_UCPD_IsEnableIT_RxHRST()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_ucpd.h | 132 #define LL_UCPD_IMR_RXHRSTDET UCPD_IMR_RXHRSTDETIE /*!< Enable Rx Hard Reset detect … 857 SET_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_EnableIT_RxHRST() 1022 CLEAR_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_DisableIT_RxHRST() 1187 return ((READ_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE) == UCPD_IMR_RXHRSTDETIE) ? 1UL : 0UL); in LL_UCPD_IsEnableIT_RxHRST()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_ucpd.h | 132 #define LL_UCPD_IMR_RXHRSTDET UCPD_IMR_RXHRSTDETIE /*!< Enable Rx Hard Reset detect … 857 SET_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_EnableIT_RxHRST() 1022 CLEAR_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE); in LL_UCPD_DisableIT_RxHRST() 1187 return ((READ_BIT(UCPDx->IMR, UCPD_IMR_RXHRSTDETIE) == UCPD_IMR_RXHRSTDETIE) ? 1UL : 0UL); in LL_UCPD_IsEnableIT_RxHRST()
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g071xx.h | 8619 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRS… macro
|
D | stm32g081xx.h | 8923 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRS… macro
|
D | stm32g0c1xx.h | 10513 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRS… macro
|
D | stm32g0b1xx.h | 10209 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRS… macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g441xx.h | 12545 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
D | stm32gbk1cb.h | 12262 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
D | stm32g431xx.h | 12315 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
D | stm32g4a1xx.h | 13055 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
D | stm32g491xx.h | 12825 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
D | stm32g473xx.h | 13616 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
D | stm32g471xx.h | 13048 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
D | stm32g483xx.h | 13846 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
D | stm32g474xx.h | 17195 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
D | stm32g484xx.h | 17425 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 17884 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
D | stm32l562xx.h | 18655 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 16810 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXH… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 20570 #define UCPD_IMR_RXHRSTDETIE UCPD_IMR_RXHRSTDETIE_Msk /*!< Enable RXHRST… macro
|