Searched refs:Enable (Results 1 – 9 of 9) sorted by relevance
340 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()
340 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()
486 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()
1737 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()
82 option(USE_RADIO_DEBUG "Enable Radio Debug GPIO's" OFF)
68 uint8_t Enable; /*!< Specifies the status of the region. member
67 uint8_t Enable; /*!< Specifies the status of the region. member
66 uint8_t Enable; /*!< Specifies the status of the region. member
86 uint32_t Enable; /*!< Specifies whether or not the break input source is enabled. member