Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_cortex.c352 assert_param(IS_MPU_ACCESS_BUFFERABLE(MPU_Init->IsBufferable)); in HAL_MPU_ConfigRegion()
364 ((uint32_t)MPU_Init->IsBufferable << MPU_RASR_B_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_cortex.c353 assert_param(IS_MPU_ACCESS_BUFFERABLE(MPU_Init->IsBufferable)); in HAL_MPU_ConfigRegion()
363 ((uint32_t)MPU_Init->IsBufferable << MPU_RASR_B_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cortex.c499 assert_param(IS_MPU_ACCESS_BUFFERABLE(MPU_Init->IsBufferable)); in HAL_MPU_ConfigRegion()
509 ((uint32_t)MPU_Init->IsBufferable << MPU_RASR_B_Pos) | in HAL_MPU_ConfigRegion()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_cortex.h87 …uint8_t IsBufferable; /*!< Specifies the bufferable status of the protecte… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_cortex.h86 …uint8_t IsBufferable; /*!< Specifies the bufferable status of the protecte… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h85 …uint8_t IsBufferable; /*!< Specifies the bufferable status of the protecte… member