Home
last modified time | relevance | path

Searched refs:OTFDEC_REG_CONFIGR_LOCK_ENABLE (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_otfdec.c737 if (lock == OTFDEC_REG_CONFIGR_LOCK_ENABLE) in HAL_OTFDEC_RegionConfig()
739 SET_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE); in HAL_OTFDEC_RegionConfig()
821 …if (READ_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE) == OTFDEC_REG_CONFIGR_LOCK_ENABL… in HAL_OTFDEC_RegionEnable()
862 …if (READ_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE) == OTFDEC_REG_CONFIGR_LOCK_ENABL… in HAL_OTFDEC_RegionDisable()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_otfdec.c737 if (lock == OTFDEC_REG_CONFIGR_LOCK_ENABLE) in HAL_OTFDEC_RegionConfig()
739 SET_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE); in HAL_OTFDEC_RegionConfig()
945 …if (READ_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE) == OTFDEC_REG_CONFIGR_LOCK_ENABL… in HAL_OTFDEC_RegionEnable()
986 …if (READ_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE) == OTFDEC_REG_CONFIGR_LOCK_ENABL… in HAL_OTFDEC_RegionDisable()
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_otfdec.c737 if (lock == OTFDEC_REG_CONFIGR_LOCK_ENABLE) in HAL_OTFDEC_RegionConfig()
739 SET_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE); in HAL_OTFDEC_RegionConfig()
945 …if (READ_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE) == OTFDEC_REG_CONFIGR_LOCK_ENABL… in HAL_OTFDEC_RegionEnable()
986 …if (READ_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE) == OTFDEC_REG_CONFIGR_LOCK_ENABL… in HAL_OTFDEC_RegionDisable()
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_otfdec.c737 if (lock == OTFDEC_REG_CONFIGR_LOCK_ENABLE) in HAL_OTFDEC_RegionConfig()
739 SET_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE); in HAL_OTFDEC_RegionConfig()
942 …if (READ_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE) == OTFDEC_REG_CONFIGR_LOCK_ENABL… in HAL_OTFDEC_RegionEnable()
983 …if (READ_BIT(region->REG_CONFIGR, OTFDEC_REG_CONFIGR_LOCK_ENABLE) == OTFDEC_REG_CONFIGR_LOCK_ENABL… in HAL_OTFDEC_RegionDisable()
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_otfdec.h168 #define OTFDEC_REG_CONFIGR_LOCK_ENABLE OTFDEC_REG_CONFIGR_CONFIGLOCK /*!< OTFDEC region config… macro
418 ((__LOCK__) == OTFDEC_REG_CONFIGR_LOCK_ENABLE) )
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_otfdec.h168 #define OTFDEC_REG_CONFIGR_LOCK_ENABLE OTFDEC_REG_CONFIGR_CONFIGLOCK /*!< OTFDEC region config… macro
431 ((__LOCK__) == OTFDEC_REG_CONFIGR_LOCK_ENABLE) )
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_otfdec.h168 #define OTFDEC_REG_CONFIGR_LOCK_ENABLE OTFDEC_REG_CONFIGR_CONFIGLOCK /*!< OTFDEC region config… macro
431 ((__LOCK__) == OTFDEC_REG_CONFIGR_LOCK_ENABLE) )
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_otfdec.h168 #define OTFDEC_REG_CONFIGR_LOCK_ENABLE OTFDEC_REG_CONFIGR_CONFIGLOCK /*!< OTFDEC region config… macro
431 ((__LOCK__) == OTFDEC_REG_CONFIGR_LOCK_ENABLE) )