Home
last modified time | relevance | path

Searched refs:Monitors (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_icache.h230 __STATIC_INLINE void LL_ICACHE_EnableMonitors(uint32_t Monitors) in LL_ICACHE_EnableMonitors() argument
232 SET_BIT(ICACHE->CR, Monitors); in LL_ICACHE_EnableMonitors()
245 __STATIC_INLINE void LL_ICACHE_DisableMonitors(uint32_t Monitors) in LL_ICACHE_DisableMonitors() argument
247 CLEAR_BIT(ICACHE->CR, Monitors); in LL_ICACHE_DisableMonitors()
260 __STATIC_INLINE uint32_t LL_ICACHE_IsEnabledMonitors(uint32_t Monitors) in LL_ICACHE_IsEnabledMonitors() argument
262 return ((READ_BIT(ICACHE->CR, Monitors) == (Monitors)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledMonitors()
275 __STATIC_INLINE void LL_ICACHE_ResetMonitors(uint32_t Monitors) in LL_ICACHE_ResetMonitors() argument
278 SET_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
280 CLEAR_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
Dstm32n6xx_ll_cacheaxi.h312 __STATIC_INLINE void LL_CACHEAXI_EnableMonitors(CACHEAXI_TypeDef *CACHEAXIx, uint32_t Monitors) in LL_CACHEAXI_EnableMonitors() argument
314 SET_BIT(CACHEAXIx->CR1, Monitors); in LL_CACHEAXI_EnableMonitors()
333 __STATIC_INLINE void LL_CACHEAXI_DisableMonitors(CACHEAXI_TypeDef *CACHEAXIx, uint32_t Monitors) in LL_CACHEAXI_DisableMonitors() argument
335 CLEAR_BIT(CACHEAXIx->CR1, Monitors); in LL_CACHEAXI_DisableMonitors()
354 …INLINE uint32_t LL_CACHEAXI_IsEnabledMonitors(const CACHEAXI_TypeDef *CACHEAXIx, uint32_t Monitors) in LL_CACHEAXI_IsEnabledMonitors() argument
359 & Monitors) == (Monitors)) ? 1UL : 0UL); in LL_CACHEAXI_IsEnabledMonitors()
379 __STATIC_INLINE void LL_CACHEAXI_ResetMonitors(CACHEAXI_TypeDef *CACHEAXIx, uint32_t Monitors) in LL_CACHEAXI_ResetMonitors() argument
382 SET_BIT(CACHEAXIx->CR1, (Monitors << 2U)); in LL_CACHEAXI_ResetMonitors()
385 CLEAR_BIT(CACHEAXIx->CR1, (Monitors << 2U)); in LL_CACHEAXI_ResetMonitors()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_icache.h230 __STATIC_INLINE void LL_ICACHE_EnableMonitors(uint32_t Monitors) in LL_ICACHE_EnableMonitors() argument
232 SET_BIT(ICACHE->CR, Monitors); in LL_ICACHE_EnableMonitors()
245 __STATIC_INLINE void LL_ICACHE_DisableMonitors(uint32_t Monitors) in LL_ICACHE_DisableMonitors() argument
247 CLEAR_BIT(ICACHE->CR, Monitors); in LL_ICACHE_DisableMonitors()
260 __STATIC_INLINE uint32_t LL_ICACHE_IsEnabledMonitors(uint32_t Monitors) in LL_ICACHE_IsEnabledMonitors() argument
262 return ((READ_BIT(ICACHE->CR, Monitors) == (Monitors)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledMonitors()
275 __STATIC_INLINE void LL_ICACHE_ResetMonitors(uint32_t Monitors) in LL_ICACHE_ResetMonitors() argument
278 SET_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
280 CLEAR_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dcache.h344 __STATIC_INLINE void LL_DCACHE_EnableMonitors(DCACHE_TypeDef *DCACHEx, uint32_t Monitors) in LL_DCACHE_EnableMonitors() argument
346 SET_BIT(DCACHEx->CR, Monitors); in LL_DCACHE_EnableMonitors()
361 __STATIC_INLINE void LL_DCACHE_DisableMonitors(DCACHE_TypeDef *DCACHEx, uint32_t Monitors) in LL_DCACHE_DisableMonitors() argument
363 CLEAR_BIT(DCACHEx->CR, Monitors); in LL_DCACHE_DisableMonitors()
378 …TATIC_INLINE uint32_t LL_DCACHE_IsEnabledMonitors(const DCACHE_TypeDef *DCACHEx, uint32_t Monitors) in LL_DCACHE_IsEnabledMonitors() argument
381 & Monitors) == (Monitors)) ? 1UL : 0UL); in LL_DCACHE_IsEnabledMonitors()
397 __STATIC_INLINE void LL_DCACHE_ResetMonitors(DCACHE_TypeDef *DCACHEx, uint32_t Monitors) in LL_DCACHE_ResetMonitors() argument
400 SET_BIT(DCACHEx->CR, (Monitors << 2U)); in LL_DCACHE_ResetMonitors()
403 CLEAR_BIT(DCACHEx->CR, (Monitors << 2U)); in LL_DCACHE_ResetMonitors()
Dstm32h5xx_ll_icache.h302 __STATIC_INLINE void LL_ICACHE_EnableMonitors(uint32_t Monitors) in LL_ICACHE_EnableMonitors() argument
304 SET_BIT(ICACHE->CR, Monitors); in LL_ICACHE_EnableMonitors()
317 __STATIC_INLINE void LL_ICACHE_DisableMonitors(uint32_t Monitors) in LL_ICACHE_DisableMonitors() argument
319 CLEAR_BIT(ICACHE->CR, Monitors); in LL_ICACHE_DisableMonitors()
332 __STATIC_INLINE uint32_t LL_ICACHE_IsEnabledMonitors(uint32_t Monitors) in LL_ICACHE_IsEnabledMonitors() argument
334 return ((READ_BIT(ICACHE->CR, Monitors) == (Monitors)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledMonitors()
347 __STATIC_INLINE void LL_ICACHE_ResetMonitors(uint32_t Monitors) in LL_ICACHE_ResetMonitors() argument
350 SET_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
352 CLEAR_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dcache.h344 __STATIC_INLINE void LL_DCACHE_EnableMonitors(DCACHE_TypeDef *DCACHEx, uint32_t Monitors) in LL_DCACHE_EnableMonitors() argument
346 SET_BIT(DCACHEx->CR, Monitors); in LL_DCACHE_EnableMonitors()
361 __STATIC_INLINE void LL_DCACHE_DisableMonitors(DCACHE_TypeDef *DCACHEx, uint32_t Monitors) in LL_DCACHE_DisableMonitors() argument
363 CLEAR_BIT(DCACHEx->CR, Monitors); in LL_DCACHE_DisableMonitors()
378 …TATIC_INLINE uint32_t LL_DCACHE_IsEnabledMonitors(const DCACHE_TypeDef *DCACHEx, uint32_t Monitors) in LL_DCACHE_IsEnabledMonitors() argument
381 & Monitors) == (Monitors)) ? 1UL : 0UL); in LL_DCACHE_IsEnabledMonitors()
397 __STATIC_INLINE void LL_DCACHE_ResetMonitors(DCACHE_TypeDef *DCACHEx, uint32_t Monitors) in LL_DCACHE_ResetMonitors() argument
400 SET_BIT(DCACHEx->CR, (Monitors << 2U)); in LL_DCACHE_ResetMonitors()
403 CLEAR_BIT(DCACHEx->CR, (Monitors << 2U)); in LL_DCACHE_ResetMonitors()
Dstm32u5xx_ll_icache.h298 __STATIC_INLINE void LL_ICACHE_EnableMonitors(uint32_t Monitors) in LL_ICACHE_EnableMonitors() argument
300 SET_BIT(ICACHE->CR, Monitors); in LL_ICACHE_EnableMonitors()
313 __STATIC_INLINE void LL_ICACHE_DisableMonitors(uint32_t Monitors) in LL_ICACHE_DisableMonitors() argument
315 CLEAR_BIT(ICACHE->CR, Monitors); in LL_ICACHE_DisableMonitors()
328 __STATIC_INLINE uint32_t LL_ICACHE_IsEnabledMonitors(uint32_t Monitors) in LL_ICACHE_IsEnabledMonitors() argument
330 return ((READ_BIT(ICACHE->CR, Monitors) == (Monitors)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledMonitors()
343 __STATIC_INLINE void LL_ICACHE_ResetMonitors(uint32_t Monitors) in LL_ICACHE_ResetMonitors() argument
346 SET_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
348 CLEAR_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_icache.h298 __STATIC_INLINE void LL_ICACHE_EnableMonitors(uint32_t Monitors) in LL_ICACHE_EnableMonitors() argument
300 SET_BIT(ICACHE->CR, Monitors); in LL_ICACHE_EnableMonitors()
313 __STATIC_INLINE void LL_ICACHE_DisableMonitors(uint32_t Monitors) in LL_ICACHE_DisableMonitors() argument
315 CLEAR_BIT(ICACHE->CR, Monitors); in LL_ICACHE_DisableMonitors()
328 __STATIC_INLINE uint32_t LL_ICACHE_IsEnabledMonitors(uint32_t Monitors) in LL_ICACHE_IsEnabledMonitors() argument
330 return ((READ_BIT(ICACHE->CR, Monitors) == (Monitors)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledMonitors()
343 __STATIC_INLINE void LL_ICACHE_ResetMonitors(uint32_t Monitors) in LL_ICACHE_ResetMonitors() argument
346 SET_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
348 CLEAR_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_icache.h298 __STATIC_INLINE void LL_ICACHE_EnableMonitors(uint32_t Monitors) in LL_ICACHE_EnableMonitors() argument
300 SET_BIT(ICACHE->CR, Monitors); in LL_ICACHE_EnableMonitors()
313 __STATIC_INLINE void LL_ICACHE_DisableMonitors(uint32_t Monitors) in LL_ICACHE_DisableMonitors() argument
315 CLEAR_BIT(ICACHE->CR, Monitors); in LL_ICACHE_DisableMonitors()
328 __STATIC_INLINE uint32_t LL_ICACHE_IsEnabledMonitors(uint32_t Monitors) in LL_ICACHE_IsEnabledMonitors() argument
330 return ((READ_BIT(ICACHE->CR, Monitors) == (Monitors)) ? 1UL : 0UL); in LL_ICACHE_IsEnabledMonitors()
343 __STATIC_INLINE void LL_ICACHE_ResetMonitors(uint32_t Monitors) in LL_ICACHE_ResetMonitors() argument
346 SET_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()
348 CLEAR_BIT(ICACHE->CR, (Monitors << 2U)); in LL_ICACHE_ResetMonitors()