Home
last modified time | relevance | path

Searched refs:Enable (Results 1 – 9 of 9) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_cortex.c340 assert_param(IS_MPU_REGION_ENABLE(MPU_Init->Enable)); in HAL_MPU_ConfigRegion()
345 if ((MPU_Init->Enable) == MPU_REGION_ENABLE) in HAL_MPU_ConfigRegion()
367 ((uint32_t)MPU_Init->Enable << MPU_RASR_ENABLE_Pos); in HAL_MPU_ConfigRegion()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_cortex.c340 assert_param(IS_MPU_REGION_ENABLE(MPU_Init->Enable)); in HAL_MPU_ConfigRegion()
345 if ((MPU_Init->Enable) != RESET) in HAL_MPU_ConfigRegion()
366 ((uint32_t)MPU_Init->Enable << MPU_RASR_ENABLE_Pos); in HAL_MPU_ConfigRegion()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_cortex.c486 assert_param(IS_MPU_REGION_ENABLE(MPU_Init->Enable)); in HAL_MPU_ConfigRegion()
491 if ((MPU_Init->Enable) != RESET) in HAL_MPU_ConfigRegion()
512 ((uint32_t)MPU_Init->Enable << MPU_RASR_ENABLE_Pos); in HAL_MPU_ConfigRegion()
Dstm32l4xx_hal_tim_ex.c1737 assert_param(IS_TIM_BREAKINPUTSOURCE_STATE(sBreakInputConfig->Enable)); in HAL_TIMEx_ConfigBreakInput()
1798 tmporx |= (sBreakInputConfig->Enable << bkin_enable_bitpos) & bkin_enable_mask; in HAL_TIMEx_ConfigBreakInput()
1820 tmporx |= (sBreakInputConfig->Enable << bkin_enable_bitpos) & bkin_enable_mask; in HAL_TIMEx_ConfigBreakInput()
/loramac-node-3.4.0/src/radio/
DCMakeLists.txt82 option(USE_RADIO_DEBUG "Enable Radio Debug GPIO's" OFF)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_cortex.h68 uint8_t Enable; /*!< Specifies the status of the region. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_cortex.h67 uint8_t Enable; /*!< Specifies the status of the region. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cortex.h66 uint8_t Enable; /*!< Specifies the status of the region. member
Dstm32l4xx_hal_tim_ex.h86 uint32_t Enable; /*!< Specifies whether or not the break input source is enabled. member