/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_hsem.h | 359 __STATIC_INLINE void LL_HSEM_EnableIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_EnableIT_C1IER() argument 361 SET_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_EnableIT_C1IER() 406 __STATIC_INLINE void LL_HSEM_DisableIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_DisableIT_C1IER() argument 408 CLEAR_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_DisableIT_C1IER() 453 …STATIC_INLINE uint32_t LL_HSEM_IsEnabledIT_C1IER(const HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_IsEnabledIT_C1IER() argument 455 return ((READ_BIT(HSEMx->C1IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C1IER() 499 __STATIC_INLINE void LL_HSEM_EnableIT_C2IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_EnableIT_C2IER() argument 501 SET_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_EnableIT_C2IER() 544 __STATIC_INLINE void LL_HSEM_DisableIT_C2IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_DisableIT_C2IER() argument 546 CLEAR_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_DisableIT_C2IER() [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_hsem.h | 353 __STATIC_INLINE void LL_HSEM_EnableIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_EnableIT_C1IER() argument 355 SET_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_EnableIT_C1IER() 398 __STATIC_INLINE void LL_HSEM_DisableIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_DisableIT_C1IER() argument 400 CLEAR_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_DisableIT_C1IER() 443 __STATIC_INLINE uint32_t LL_HSEM_IsEnabledIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_IsEnabledIT_C1IER() argument 445 return ((READ_BIT(HSEMx->C1IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C1IER() 489 __STATIC_INLINE void LL_HSEM_EnableIT_C2IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_EnableIT_C2IER() argument 491 SET_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_EnableIT_C2IER() 534 __STATIC_INLINE void LL_HSEM_DisableIT_C2IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_DisableIT_C2IER() argument 536 CLEAR_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_DisableIT_C2IER() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_hsem.h | 351 __STATIC_INLINE void LL_HSEM_EnableIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_EnableIT_C1IER() argument 353 SET_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_EnableIT_C1IER() 396 __STATIC_INLINE void LL_HSEM_DisableIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_DisableIT_C1IER() argument 398 CLEAR_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_DisableIT_C1IER() 441 __STATIC_INLINE uint32_t LL_HSEM_IsEnabledIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_IsEnabledIT_C1IER() argument 443 return ((READ_BIT(HSEMx->C1IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C1IER() 486 __STATIC_INLINE void LL_HSEM_EnableIT_C2IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_EnableIT_C2IER() argument 488 SET_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_EnableIT_C2IER() 531 __STATIC_INLINE void LL_HSEM_DisableIT_C2IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_DisableIT_C2IER() argument 533 CLEAR_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_DisableIT_C2IER() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_hsem.h | 498 __STATIC_INLINE void LL_HSEM_EnableIT_IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_EnableIT_IER() argument 501 SET_BIT(HSEMx->SIER, SemaphoreMask); in LL_HSEM_EnableIT_IER() 503 SET_BIT(HSEMx->IER, SemaphoreMask); in LL_HSEM_EnableIT_IER() 531 __STATIC_INLINE void LL_HSEM_DisableIT_IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_DisableIT_IER() argument 534 CLEAR_BIT(HSEMx->SIER, SemaphoreMask); in LL_HSEM_DisableIT_IER() 536 CLEAR_BIT(HSEMx->IER, SemaphoreMask); in LL_HSEM_DisableIT_IER() 564 __STATIC_INLINE uint32_t LL_HSEM_IsEnabledIT_IER(const HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_IsEnabledIT_IER() argument 567 return ((READ_BIT(HSEMx->SIER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_IER() 569 return ((READ_BIT(HSEMx->IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_IER() 606 __STATIC_INLINE void LL_HSEM_ClearFlag_ICR(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_ClearFlag_ICR() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_hsem.h | 345 __STATIC_INLINE void LL_HSEM_EnableIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_EnableIT_C1IER() argument 347 SET_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_EnableIT_C1IER() 390 __STATIC_INLINE void LL_HSEM_DisableIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_DisableIT_C1IER() argument 392 CLEAR_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_DisableIT_C1IER() 435 __STATIC_INLINE uint32_t LL_HSEM_IsEnabledIT_C1IER(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_IsEnabledIT_C1IER() argument 437 return ((READ_BIT(HSEMx->C1IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C1IER() 489 __STATIC_INLINE void LL_HSEM_ClearFlag_C1ICR(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_ClearFlag_C1ICR() argument 491 WRITE_REG(HSEMx->C1ICR, SemaphoreMask); in LL_HSEM_ClearFlag_C1ICR() 534 __STATIC_INLINE uint32_t LL_HSEM_IsActiveFlag_C1ISR(HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) in LL_HSEM_IsActiveFlag_C1ISR() argument 536 return ((READ_BIT(HSEMx->C1ISR, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsActiveFlag_C1ISR() [all …]
|