Searched refs:OTFDEC_REG_CONFIGR_LOCK_ENABLE (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_otfdec.c | 737 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/ |
D | stm32u5xx_hal_otfdec.c | 737 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/ |
D | stm32l5xx_hal_otfdec.c | 737 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/ |
D | stm32h5xx_hal_otfdec.c | 737 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/ |
D | stm32h7xx_hal_otfdec.h | 168 #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/ |
D | stm32h5xx_hal_otfdec.h | 168 #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/ |
D | stm32l5xx_hal_otfdec.h | 168 #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/ |
D | stm32u5xx_hal_otfdec.h | 168 #define OTFDEC_REG_CONFIGR_LOCK_ENABLE OTFDEC_REG_CONFIGR_CONFIGLOCK /*!< OTFDEC region config… macro 431 ((__LOCK__) == OTFDEC_REG_CONFIGR_LOCK_ENABLE) )
|