Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal.c66 #define VREFBUF_SC1_CAL_ADDR ((uint8_t *) (0x0BFA0530UL)) /*!< Address of VREFBUF trimming… macro
599 TrimmingValue = ((uint32_t) *VREFBUF_SC1_CAL_ADDR) & 0x3FU; in HAL_SYSCFG_VREFBUF_VoltageScalingConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_system.h67 #define VREFBUF_SC1_CAL_ADDR ((uint8_t*) (0x0BFA0530UL)) /*!< Address of VREFBUF trimming value … macro
1166 return (uint32_t)(*VREFBUF_SC1_CAL_ADDR); in LL_VREFBUF_SC1_GetCalibration()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_system.h69 #define VREFBUF_SC1_CAL_ADDR ((uint8_t*) (0x1FFF7530UL)) /*!< Address of VREFBUF trimming value … macro
1525 return (uint32_t)(*VREFBUF_SC1_CAL_ADDR); in LL_VREFBUF_SC1_GetCalibration()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_system.h66 #define VREFBUF_SC1_CAL_ADDR ((uint8_t*) (0x1FFF7530UL)) /*!< Address of VREFBUF trimming value … macro
1918 return (uint32_t)(*VREFBUF_SC1_CAL_ADDR); in LL_VREFBUF_SC1_GetCalibration()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal.c661 TrimmingValue = ((uint32_t) * VREFBUF_SC1_CAL_ADDR) & 0x3FU; in HAL_SYSCFG_VREFBUF_VoltageScalingConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal.c673 TrimmingValue = ((uint32_t) * VREFBUF_SC1_CAL_ADDR) & 0x3FU; in HAL_SYSCFG_VREFBUF_VoltageScalingConfig()