Home
last modified time | relevance | path

Searched refs:Region (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_cortex.h561 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
564 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
586 __STATIC_INLINE uint32_t LL_MPU_IsEnabledRegion(uint32_t Region) in LL_MPU_IsEnabledRegion() argument
588 return ((READ_BIT(MPU->RNR, Region) == (Region)) ? 1UL : 0UL); in LL_MPU_IsEnabledRegion()
607 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
610 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
655 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t Attributes, uint32_t AttrIndx, u… in LL_MPU_ConfigRegion() argument
659 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
687 __STATIC_INLINE void LL_MPU_ConfigRegionAddress(uint32_t Region, uint32_t BaseAddress, uint32_t Lim… in LL_MPU_ConfigRegionAddress() argument
690 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegionAddress()
[all …]
Dstm32l5xx_ll_icache.h518 __STATIC_INLINE void LL_ICACHE_EnableRegion(uint32_t Region) in LL_ICACHE_EnableRegion() argument
520 SET_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_EnableRegion()
534 __STATIC_INLINE void LL_ICACHE_DisableRegion(uint32_t Region) in LL_ICACHE_DisableRegion() argument
536 CLEAR_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_DisableRegion()
550 __STATIC_INLINE uint32_t LL_ICACHE_IsEnabledRegion(uint32_t Region) in LL_ICACHE_IsEnabledRegion() argument
552 return ((READ_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_IsEnabledRegion()
568 __STATIC_INLINE void LL_ICACHE_SetRegionBaseAddress(uint32_t Region, uint32_t Address) in LL_ICACHE_SetRegionBaseAddress() argument
570 MODIFY_REG(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_SetRegionBaseAddress()
586 __STATIC_INLINE uint32_t LL_ICACHE_GetRegionBaseAddress(uint32_t Region) in LL_ICACHE_GetRegionBaseAddress() argument
588 return (READ_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_GetRegionBaseAddress()
[all …]
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_cortex.h629 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
632 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
658 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region(uint32_t Region) in LL_MPU_IsEnabled_Region() argument
661 WRITE_REG(MPU->RNR, Region); in LL_MPU_IsEnabled_Region()
683 __STATIC_INLINE void LL_MPU_EnableRegion_NS(uint32_t Region) in LL_MPU_EnableRegion_NS() argument
686 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_EnableRegion_NS()
707 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region_NS(uint32_t Region) in LL_MPU_IsEnabled_Region_NS() argument
710 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_IsEnabled_Region_NS()
738 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
741 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
[all …]
Dstm32h5xx_ll_icache.h523 __STATIC_INLINE void LL_ICACHE_EnableRegion(uint32_t Region) in LL_ICACHE_EnableRegion() argument
525 SET_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_EnableRegion()
539 __STATIC_INLINE void LL_ICACHE_DisableRegion(uint32_t Region) in LL_ICACHE_DisableRegion() argument
541 CLEAR_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_DisableRegion()
555 __STATIC_INLINE uint32_t LL_ICACHE_IsEnabledRegion(uint32_t Region) in LL_ICACHE_IsEnabledRegion() argument
557 return ((READ_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_IsEnabledRegion()
573 __STATIC_INLINE void LL_ICACHE_SetRegionBaseAddress(uint32_t Region, uint32_t Address) in LL_ICACHE_SetRegionBaseAddress() argument
575 MODIFY_REG(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_SetRegionBaseAddress()
591 __STATIC_INLINE uint32_t LL_ICACHE_GetRegionBaseAddress(uint32_t Region) in LL_ICACHE_GetRegionBaseAddress() argument
593 return (READ_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_GetRegionBaseAddress()
[all …]
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_cortex.h612 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
615 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
636 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region(uint32_t Region) in LL_MPU_IsEnabled_Region() argument
639 WRITE_REG(MPU->RNR, Region); in LL_MPU_IsEnabled_Region()
661 __STATIC_INLINE void LL_MPU_EnableRegion_NS(uint32_t Region) in LL_MPU_EnableRegion_NS() argument
664 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_EnableRegion_NS()
685 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region_NS(uint32_t Region) in LL_MPU_IsEnabled_Region_NS() argument
688 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_IsEnabled_Region_NS()
711 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
714 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
[all …]
Dstm32u5xx_ll_icache.h518 __STATIC_INLINE void LL_ICACHE_EnableRegion(uint32_t Region) in LL_ICACHE_EnableRegion() argument
520 SET_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_EnableRegion()
534 __STATIC_INLINE void LL_ICACHE_DisableRegion(uint32_t Region) in LL_ICACHE_DisableRegion() argument
536 CLEAR_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_DisableRegion()
550 __STATIC_INLINE uint32_t LL_ICACHE_IsEnabledRegion(uint32_t Region) in LL_ICACHE_IsEnabledRegion() argument
552 return ((READ_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_IsEnabledRegion()
568 __STATIC_INLINE void LL_ICACHE_SetRegionBaseAddress(uint32_t Region, uint32_t Address) in LL_ICACHE_SetRegionBaseAddress() argument
570 MODIFY_REG(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_SetRegionBaseAddress()
586 __STATIC_INLINE uint32_t LL_ICACHE_GetRegionBaseAddress(uint32_t Region) in LL_ICACHE_GetRegionBaseAddress() argument
588 return (READ_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_GetRegionBaseAddress()
[all …]
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_cortex.h616 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
619 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
640 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region(uint32_t Region) in LL_MPU_IsEnabled_Region() argument
643 WRITE_REG(MPU->RNR, Region); in LL_MPU_IsEnabled_Region()
665 __STATIC_INLINE void LL_MPU_EnableRegion_NS(uint32_t Region) in LL_MPU_EnableRegion_NS() argument
668 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_EnableRegion_NS()
689 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region_NS(uint32_t Region) in LL_MPU_IsEnabled_Region_NS() argument
692 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_IsEnabled_Region_NS()
715 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
718 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
[all …]
Dstm32wbaxx_ll_icache.h518 __STATIC_INLINE void LL_ICACHE_EnableRegion(uint32_t Region) in LL_ICACHE_EnableRegion() argument
520 SET_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_EnableRegion()
534 __STATIC_INLINE void LL_ICACHE_DisableRegion(uint32_t Region) in LL_ICACHE_DisableRegion() argument
536 CLEAR_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_DisableRegion()
550 __STATIC_INLINE uint32_t LL_ICACHE_IsEnabledRegion(uint32_t Region) in LL_ICACHE_IsEnabledRegion() argument
552 return ((READ_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_IsEnabledRegion()
568 __STATIC_INLINE void LL_ICACHE_SetRegionBaseAddress(uint32_t Region, uint32_t Address) in LL_ICACHE_SetRegionBaseAddress() argument
570 MODIFY_REG(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_SetRegionBaseAddress()
586 __STATIC_INLINE uint32_t LL_ICACHE_GetRegionBaseAddress(uint32_t Region) in LL_ICACHE_GetRegionBaseAddress() argument
588 return (READ_BIT(*((__IO uint32_t *)(&(ICACHE->CRR0) + (1U * Region))), \ in LL_ICACHE_GetRegionBaseAddress()
[all …]
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_cortex.h559 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
562 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
590 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region(uint32_t Region) in LL_MPU_IsEnabled_Region() argument
593 WRITE_REG(MPU->RNR, Region); in LL_MPU_IsEnabled_Region()
650 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
654 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
686 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
689 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_cortex.h490 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
493 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
533 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
537 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
559 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
562 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_cortex.h484 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
487 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
530 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
533 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
555 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
558 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_cortex.h550 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
553 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
605 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
608 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
639 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
642 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_cortex.h538 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
541 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
584 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
587 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
609 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
612 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_cortex.h536 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
539 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
582 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
585 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
607 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
610 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_cortex.h537 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
540 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
583 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
586 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
608 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
611 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_cortex.h546 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
549 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
592 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
595 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
617 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
620 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_cortex.h537 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
540 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
583 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
586 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
608 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
611 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_cortex.h537 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
540 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
583 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
586 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
608 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
611 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_cortex.h487 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
490 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
533 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
536 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
558 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
561 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_cortex.h543 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
546 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
594 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
598 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
620 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
623 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_cortex.h538 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
541 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
589 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
593 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
615 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
618 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_cortex.h536 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
539 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
582 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
585 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
607 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
610 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_cortex.h536 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
539 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
582 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
585 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
607 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
610 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-3.7.0/lib/stm32wba/hci/
Dstm32_adv_trace.h188 UTIL_ADV_TRACE_Status_t UTIL_ADV_TRACE_COND_FSend(uint32_t VerboseLevel, uint32_t Region,uint32_t T…
201 …_t UTIL_ADV_TRACE_COND_ZCSend_Allocation(uint32_t VerboseLevel, uint32_t Region, uint32_t TimeStam…
218 UTIL_ADV_TRACE_Status_t UTIL_ADV_TRACE_COND_Send(uint32_t VerboseLevel, uint32_t Region, uint32_t T…
244 void UTIL_ADV_TRACE_SetRegion(uint32_t Region);
257 void UTIL_ADV_TRACE_ResetRegion(uint32_t Region);
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_icache.c560 HAL_StatusTypeDef HAL_ICACHE_EnableRemapRegion(uint32_t Region, const ICACHE_RegionConfigTypeDef *… in HAL_ICACHE_EnableRemapRegion() argument
567 assert_param(IS_ICACHE_REGION_NUMBER(Region)); in HAL_ICACHE_EnableRemapRegion()
580 p_reg = &(ICACHE->CRR0) + (1U * Region); in HAL_ICACHE_EnableRemapRegion()
615 HAL_StatusTypeDef HAL_ICACHE_DisableRemapRegion(uint32_t Region) in HAL_ICACHE_DisableRemapRegion() argument
621 assert_param(IS_ICACHE_REGION_NUMBER(Region)); in HAL_ICACHE_DisableRemapRegion()
631 p_reg = &(ICACHE->CRR0) + (1U * Region); in HAL_ICACHE_DisableRemapRegion()

12