/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_lptim.h | 178 #define LL_LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE /*!< External trigger edge eve… 2048 SET_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_EnableIT_EXTTRIG() 2059 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_DisableIT_EXTTRIG() 2070 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE) == LPTIM_DIER_EXTTRIGIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_EXTTRIG()
|
D | stm32wbaxx_hal_lptim.h | 466 #define LPTIM_IT_EXTTRIG LPTIM_DIER_EXTTRIGIE
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_lptim.h | 178 #define LL_LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE /*!< External trigger edge eve… 2064 SET_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_EnableIT_EXTTRIG() 2075 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_DisableIT_EXTTRIG() 2086 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE) == LPTIM_DIER_EXTTRIGIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_EXTTRIG()
|
D | stm32n6xx_hal_lptim.h | 464 #define LPTIM_IT_EXTTRIG LPTIM_DIER_EXTTRIGIE
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_lptim.h | 188 #define LL_LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE /*!< External trigger edge eve… 2147 SET_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_EnableIT_EXTTRIG() 2158 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_DisableIT_EXTTRIG() 2169 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE) == LPTIM_DIER_EXTTRIGIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_EXTTRIG()
|
D | stm32h5xx_hal_lptim.h | 464 #define LPTIM_IT_EXTTRIG LPTIM_DIER_EXTTRIGIE
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_lptim.h | 188 #define LL_LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE /*!< External trigger edge eve… 2100 SET_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_EnableIT_EXTTRIG() 2111 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_DisableIT_EXTTRIG() 2122 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE) == LPTIM_DIER_EXTTRIGIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_EXTTRIG()
|
D | stm32u5xx_hal_lptim.h | 464 #define LPTIM_IT_EXTTRIG LPTIM_DIER_EXTTRIGIE
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_lptim.h | 178 #define LL_LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE /*!< External trigger edge eve… 2075 SET_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_EnableIT_EXTTRIG() 2086 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_DisableIT_EXTTRIG() 2097 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE) == LPTIM_DIER_EXTTRIGIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_EXTTRIG()
|
D | stm32h7rsxx_hal_lptim.h | 464 #define LPTIM_IT_EXTTRIG LPTIM_DIER_EXTTRIGIE
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_lptim.h | 207 #define LL_LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE /*!< External trigger edge eve… 2577 SET_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_EnableIT_EXTTRIG() 2588 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE); in LL_LPTIM_DisableIT_EXTTRIG() 2599 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_EXTTRIGIE) == LPTIM_DIER_EXTTRIGIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_EXTTRIG()
|
D | stm32u0xx_hal_lptim.h | 486 #define LPTIM_IT_EXTTRIG LPTIM_DIER_EXTTRIGIE
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 4743 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External t… macro
|
D | stm32wba52xx.h | 8344 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External t… macro
|
D | stm32wba54xx.h | 8578 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External t… macro
|
D | stm32wba5mxx.h | 8578 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External t… macro
|
D | stm32wba55xx.h | 8578 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External t… macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 8083 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External trigge… macro
|
D | stm32u083xx.h | 9020 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External trigge… macro
|
D | stm32u073xx.h | 8750 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External trigge… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 7655 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External t… macro
|
D | stm32h523xx.h | 10094 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External t… macro
|
D | stm32h562xx.h | 10820 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External t… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 11187 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External t… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 12590 #define LPTIM_DIER_EXTTRIGIE LPTIM_DIER_EXTTRIGIE_Msk /*!< External trigge… macro
|