Home
last modified time | relevance | path

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

12

/hal_stm32-latest/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-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_cortex.h630 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
633 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
659 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region(uint32_t Region) in LL_MPU_IsEnabled_Region() argument
662 WRITE_REG(MPU->RNR, Region); in LL_MPU_IsEnabled_Region()
684 __STATIC_INLINE void LL_MPU_EnableRegion_NS(uint32_t Region) in LL_MPU_EnableRegion_NS() argument
687 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_EnableRegion_NS()
708 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region_NS(uint32_t Region) in LL_MPU_IsEnabled_Region_NS() argument
711 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_IsEnabled_Region_NS()
739 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
742 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-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_cortex.h622 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
625 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
646 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region(uint32_t Region) in LL_MPU_IsEnabled_Region() argument
649 WRITE_REG(MPU->RNR, Region); in LL_MPU_IsEnabled_Region()
671 __STATIC_INLINE void LL_MPU_EnableRegion_NS(uint32_t Region) in LL_MPU_EnableRegion_NS() argument
674 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_EnableRegion_NS()
695 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region_NS(uint32_t Region) in LL_MPU_IsEnabled_Region_NS() argument
698 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_IsEnabled_Region_NS()
721 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
724 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-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_cortex.h609 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
612 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
641 __STATIC_INLINE uint32_t LL_MPU_IsEnabledRegion(uint32_t Region) in LL_MPU_IsEnabledRegion() argument
644 WRITE_REG(MPU->RNR, Region); in LL_MPU_IsEnabledRegion()
674 __STATIC_INLINE void LL_MPU_EnableRegion_NS(uint32_t Region) in LL_MPU_EnableRegion_NS() argument
677 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_EnableRegion_NS()
706 __STATIC_INLINE uint32_t LL_MPU_IsEnabledRegion_NS(uint32_t Region) in LL_MPU_IsEnabledRegion_NS() argument
709 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_IsEnabledRegion_NS()
740 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
743 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_cortex.h618 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
621 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
642 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region(uint32_t Region) in LL_MPU_IsEnabled_Region() argument
645 WRITE_REG(MPU->RNR, Region); in LL_MPU_IsEnabled_Region()
667 __STATIC_INLINE void LL_MPU_EnableRegion_NS(uint32_t Region) in LL_MPU_EnableRegion_NS() argument
670 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_EnableRegion_NS()
691 __STATIC_INLINE uint32_t LL_MPU_IsEnabled_Region_NS(uint32_t Region) in LL_MPU_IsEnabled_Region_NS() argument
694 WRITE_REG(MPU_NS->RNR, Region); in LL_MPU_IsEnabled_Region_NS()
717 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
720 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-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c555 void HAL_RIF_RISAF_ConfigBaseRegion(RISAF_TypeDef *RISAFx, uint32_t Region, const RISAF_BaseRegionC… in HAL_RIF_RISAF_ConfigBaseRegion() argument
560 assert_param(IS_RISAF_REGION(Region)); in HAL_RIF_RISAF_ConfigBaseRegion()
561 assert_param(IS_RISAF_MAX_REGION(RISAFx, Region)); in HAL_RIF_RISAF_ConfigBaseRegion()
566 RISAFx->REG[Region].CFGR &= (~(RISAF_FILTER_ENABLE)); in HAL_RIF_RISAF_ConfigBaseRegion()
583 RISAFx->REG[Region].STARTR = pConfig->StartAddress; in HAL_RIF_RISAF_ConfigBaseRegion()
584 RISAFx->REG[Region].ENDR = pConfig->EndAddress; in HAL_RIF_RISAF_ConfigBaseRegion()
587 …RISAFx->REG[Region].CIDCFGR = (pConfig->ReadWhitelist | (pConfig->WriteWhitelist << RISAF_REGx_CID… in HAL_RIF_RISAF_ConfigBaseRegion()
588 RISAFx->REG[Region].CFGR = (pConfig->Filtering | (pConfig->Secure << RISAF_REGx_CFGR_SEC_Pos) in HAL_RIF_RISAF_ConfigBaseRegion()
618 void HAL_RIF_RISAF_GetConfigBaseRegion(const RISAF_TypeDef *RISAFx, uint32_t Region, RISAF_BaseRegi… in HAL_RIF_RISAF_GetConfigBaseRegion() argument
625 assert_param(IS_RISAF_REGION(Region)); in HAL_RIF_RISAF_GetConfigBaseRegion()
[all …]
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Config/Log/
Dlog_module.c89 static uint32_t Get_Region_Mask(Log_Region_t Region);
92 static uint16_t RegionToColor(char * TextBuffer, uint16_t SizeMax, Log_Region_t Region);
109 static uint16_t RegionToColor(char * TextBuffer, uint16_t SizeMax, Log_Region_t Region) in RegionToColor() argument
115 if (Region != LOG_MODULE_ALL_REGION_MASK) in RegionToColor()
117 color = current_color_list[Region]; in RegionToColor()
144 void Log_Module_PrintWithArg(Log_Verbose_Level_t VerboseLevel, Log_Region_t Region, const char * Te… in Log_Module_PrintWithArg() argument
161 if ((Get_Region_Mask(Region) & current_region_mask) == 0u) in Log_Module_PrintWithArg()
168 …size = RegionToColor(&full_text[buffer_size], (UTIL_ADV_TRACE_TMP_BUF_SIZE - buffer_size), Region); in Log_Module_PrintWithArg()
209 void Log_Module_Print(Log_Verbose_Level_t VerboseLevel, Log_Region_t Region, const char * Text, ...) in Log_Module_Print() argument
215 Log_Module_PrintWithArg(VerboseLevel, Region, Text, variadic_args); in Log_Module_Print()
[all …]
/hal_stm32-latest/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-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_cortex.h474 __STATIC_INLINE void LL_MPU_EnableRegion(uint32_t Region) in LL_MPU_EnableRegion() argument
477 WRITE_REG(MPU->RNR, Region); in LL_MPU_EnableRegion()
523 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
527 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
549 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
552 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_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()
535 __STATIC_INLINE void LL_MPU_ConfigRegion(uint32_t Region, uint32_t SubRegionDisable, uint32_t Addre… in LL_MPU_ConfigRegion() argument
539 WRITE_REG(MPU->RNR, Region); in LL_MPU_ConfigRegion()
561 __STATIC_INLINE void LL_MPU_DisableRegion(uint32_t Region) in LL_MPU_DisableRegion() argument
564 WRITE_REG(MPU->RNR, Region); in LL_MPU_DisableRegion()
/hal_stm32-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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()

12