Home
last modified time | relevance | path

Searched refs:LPTIM_ISR_UE (Results 1 – 25 of 63) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_lptim.h113 #define LL_LPTIM_ISR_UE LPTIM_ISR_UE /*!< Update event */
1291 return ((READ_BIT(LPTIMx->ISR, LPTIM_ISR_UE) == (LPTIM_ISR_UE)) ? 1UL : 0UL); in LL_LPTIM_IsActiveFlag_UE()
Dstm32l4xx_hal_lptim.h361 #define LPTIM_FLAG_UPDATE LPTIM_ISR_UE
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_lptim.h112 #define LL_LPTIM_ISR_UE LPTIM_ISR_UE /*!< Update event */
1292 return ((READ_BIT(LPTIMx->ISR, LPTIM_ISR_UE) == (LPTIM_ISR_UE)) ? 1UL : 0UL); in LL_LPTIM_IsActiveFlag_UE()
Dstm32wlxx_hal_lptim.h355 #define LPTIM_FLAG_UPDATE LPTIM_ISR_UE
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_lptim.h112 #define LL_LPTIM_ISR_UE LPTIM_ISR_UE /*!< Update event */
1280 return ((READ_BIT(LPTIMx->ISR, LPTIM_ISR_UE) == (LPTIM_ISR_UE)) ? 1UL : 0UL); in LL_LPTIM_IsActiveFlag_UE()
Dstm32l5xx_hal_lptim.h355 #define LPTIM_FLAG_UPDATE LPTIM_ISR_UE
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lptim.h161 #define LL_LPTIM_ISR_UE LPTIM_ISR_UE /*!< Update event */
1865 return ((READ_BIT(LPTIMx->ISR, LPTIM_ISR_UE) == (LPTIM_ISR_UE)) ? 1UL : 0UL); in LL_LPTIM_IsActiveFlag_UE()
Dstm32wbaxx_hal_lptim.h421 #define LPTIM_FLAG_UPDATE LPTIM_ISR_UE
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lptim.h161 #define LL_LPTIM_ISR_UE LPTIM_ISR_UE /*!< Update event */
1881 return ((READ_BIT(LPTIMx->ISR, LPTIM_ISR_UE) == (LPTIM_ISR_UE)) ? 1UL : 0UL); in LL_LPTIM_IsActiveFlag_UE()
Dstm32n6xx_hal_lptim.h419 #define LPTIM_FLAG_UPDATE LPTIM_ISR_UE
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lptim.h171 #define LL_LPTIM_ISR_UE LPTIM_ISR_UE /*!< Update event */
1964 return ((READ_BIT(LPTIMx->ISR, LPTIM_ISR_UE) == (LPTIM_ISR_UE)) ? 1UL : 0UL); in LL_LPTIM_IsActiveFlag_UE()
Dstm32h5xx_hal_lptim.h419 #define LPTIM_FLAG_UPDATE LPTIM_ISR_UE
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lptim.h171 #define LL_LPTIM_ISR_UE LPTIM_ISR_UE /*!< Update event */
1917 return ((READ_BIT(LPTIMx->ISR, LPTIM_ISR_UE) == (LPTIM_ISR_UE)) ? 1UL : 0UL); in LL_LPTIM_IsActiveFlag_UE()
Dstm32u5xx_hal_lptim.h419 #define LPTIM_FLAG_UPDATE LPTIM_ISR_UE
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lptim.h161 #define LL_LPTIM_ISR_UE LPTIM_ISR_UE /*!< Update event */
1892 return ((READ_BIT(LPTIMx->ISR, LPTIM_ISR_UE) == (LPTIM_ISR_UE)) ? 1UL : 0UL); in LL_LPTIM_IsActiveFlag_UE()
Dstm32h7rsxx_hal_lptim.h419 #define LPTIM_FLAG_UPDATE LPTIM_ISR_UE
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_lptim.h184 #define LL_LPTIM_ISR_UE LPTIM_ISR_UE /*!< Update event */
2262 return ((READ_BIT(LPTIMx->ISR, LPTIM_ISR_UE) == (LPTIM_ISR_UE)) ? 1UL : 0UL); in LL_LPTIM_IsActiveFlag_UE()
Dstm32u0xx_hal_lptim.h431 #define LPTIM_FLAG_UPDATE LPTIM_ISR_UE
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h1935 #define LPTIM_ISR_UE LPTIM_ISR_UE_Msk /*!< Update event oc… macro
Dstm32wle5xx.h1935 #define LPTIM_ISR_UE LPTIM_ISR_UE_Msk /*!< Update event oc… macro
Dstm32wl5mxx.h2117 #define LPTIM_ISR_UE LPTIM_ISR_UE_Msk /*!< Update event oc… macro
Dstm32wl54xx.h2117 #define LPTIM_ISR_UE LPTIM_ISR_UE_Msk /*!< Update event oc… macro
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h4670 #define LPTIM_ISR_UE LPTIM_ISR_UE_Msk /*!< Update eve… macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h7974 #define LPTIM_ISR_UE LPTIM_ISR_UE_Msk /*!< Update event */ macro
Dstm32u083xx.h8911 #define LPTIM_ISR_UE LPTIM_ISR_UE_Msk /*!< Update event */ macro

123