Home
last modified time | relevance | path

Searched refs:DisableExec (Results 1 – 6 of 6) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_cortex.c348 assert_param(IS_MPU_INSTRUCTION_ACCESS(MPU_Init->DisableExec)); in HAL_MPU_ConfigRegion()
360 MPU->RASR = ((uint32_t)MPU_Init->DisableExec << MPU_RASR_XN_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_cortex.c348 assert_param(IS_MPU_INSTRUCTION_ACCESS(MPU_Init->DisableExec)); in HAL_MPU_ConfigRegion()
358 MPU->RASR = ((uint32_t)MPU_Init->DisableExec << MPU_RASR_XN_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cortex.c494 assert_param(IS_MPU_INSTRUCTION_ACCESS(MPU_Init->DisableExec)); in HAL_MPU_ConfigRegion()
504 MPU->RASR = ((uint32_t)MPU_Init->DisableExec << MPU_RASR_XN_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_cortex.h81 uint8_t DisableExec; /*!< Specifies the instruction access status. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_cortex.h80 uint8_t DisableExec; /*!< Specifies the instruction access status. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h79 uint8_t DisableExec; /*!< Specifies the instruction access status. member