Home
last modified time | relevance | path

Searched refs:MPU_Control (Results 1 – 25 of 51) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cortex.c427 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
432 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable()
529 void HAL_MPU_Enable_NS(uint32_t MPU_Control) in HAL_MPU_Enable_NS() argument
534 MPU_NS->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable_NS()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cortex.c508 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
513 MPU->CTRL = (MPU_Control | MPU_CTRL_ENABLE_Msk); in HAL_MPU_Enable()
535 void HAL_MPU_Enable_NS(uint32_t MPU_Control) in HAL_MPU_Enable_NS() argument
540 MPU_NS->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable_NS()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cortex.c511 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
516 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable()
555 void HAL_MPU_Enable_NS(uint32_t MPU_Control) in HAL_MPU_Enable_NS() argument
560 MPU_NS->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable_NS()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cortex.c554 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
559 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable()
582 void HAL_MPU_Enable_NS(uint32_t MPU_Control) in HAL_MPU_Enable_NS() argument
587 MPU_NS->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable_NS()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cortex.c537 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
542 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable()
565 void HAL_MPU_Enable_NS(uint32_t MPU_Control) in HAL_MPU_Enable_NS() argument
570 MPU_NS->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable_NS()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_cortex.h511 __STATIC_INLINE void LL_MPU_Enable(uint32_t MPU_Control) in LL_MPU_Enable() argument
516 MPU->CTRL = MPU_CTRL_ENABLE_Msk | MPU_Control; in LL_MPU_Enable()
535 __STATIC_INLINE void LL_MPU_Enable_NS(uint32_t MPU_Control) in LL_MPU_Enable_NS() argument
540 MPU_NS->CTRL = MPU_CTRL_ENABLE_Msk | MPU_Control; in LL_MPU_Enable_NS()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_cortex.h502 __STATIC_INLINE void LL_MPU_Enable(uint32_t MPU_Control) in LL_MPU_Enable() argument
507 MPU->CTRL = MPU_CTRL_ENABLE_Msk | MPU_Control; in LL_MPU_Enable()
906 __STATIC_INLINE void LL_MPU_Enable_NS(uint32_t MPU_Control) in LL_MPU_Enable_NS() argument
911 MPU_NS->CTRL = MPU_CTRL_ENABLE_Msk | MPU_Control; in LL_MPU_Enable_NS()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_cortex.h508 __STATIC_INLINE void LL_MPU_Enable(uint32_t MPU_Control) in LL_MPU_Enable() argument
513 MPU->CTRL = MPU_CTRL_ENABLE_Msk | MPU_Control; in LL_MPU_Enable()
532 __STATIC_INLINE void LL_MPU_Enable_NS(uint32_t MPU_Control) in LL_MPU_Enable_NS() argument
537 MPU_NS->CTRL = MPU_CTRL_ENABLE_Msk | MPU_Control; in LL_MPU_Enable_NS()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_cortex.h493 __STATIC_INLINE void LL_MPU_Enable(uint32_t MPU_Control) in LL_MPU_Enable() argument
498 MPU->CTRL = MPU_CTRL_ENABLE_Msk | MPU_Control; in LL_MPU_Enable()
516 __STATIC_INLINE void LL_MPU_Enable_NS(uint32_t MPU_Control) in LL_MPU_Enable_NS() argument
520 MPU_NS->CTRL = MPU_CTRL_ENABLE_Msk | MPU_Control; in LL_MPU_Enable_NS()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_cortex.h504 __STATIC_INLINE void LL_MPU_Enable(uint32_t MPU_Control) in LL_MPU_Enable() argument
509 MPU->CTRL = MPU_CTRL_ENABLE_Msk | MPU_Control; in LL_MPU_Enable()
528 __STATIC_INLINE void LL_MPU_Enable_NS(uint32_t MPU_Control) in LL_MPU_Enable_NS() argument
533 MPU_NS->CTRL = MPU_CTRL_ENABLE_Msk | MPU_Control; in LL_MPU_Enable_NS()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_cortex.c337 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
340 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_cortex.c314 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
317 MPU->CTRL = (MPU_Control | MPU_CTRL_ENABLE_Msk); in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cortex.c335 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
338 MPU->CTRL = (MPU_Control | MPU_CTRL_ENABLE_Msk); in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_cortex.c337 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
340 MPU->CTRL = (MPU_Control | MPU_CTRL_ENABLE_Msk); in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cortex.c331 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
334 MPU->CTRL = (MPU_Control | MPU_CTRL_ENABLE_Msk); in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_cortex.c290 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
293 MPU->CTRL = (MPU_Control | MPU_CTRL_ENABLE_Msk); in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_cortex.c304 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
307 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cortex.c405 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
408 MPU->CTRL = (MPU_Control | MPU_CTRL_ENABLE_Msk); in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cortex.c479 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
482 MPU->CTRL = (MPU_Control | MPU_CTRL_ENABLE_Msk); in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_cortex.c430 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
433 MPU->CTRL = (MPU_Control | MPU_CTRL_ENABLE_Msk); in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cortex.c430 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
433 MPU->CTRL = (MPU_Control | MPU_CTRL_ENABLE_Msk); in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_cortex.c280 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
283 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cortex.c280 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
283 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_cortex.c280 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
283 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cortex.c279 void HAL_MPU_Enable(uint32_t MPU_Control) in HAL_MPU_Enable() argument
282 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable()

123