Lines Matching refs:VREFBUF
49 #if defined (FLASH) || defined (SYSCFG) || defined (DBGMCU) || defined (VREFBUF)
343 #if defined(VREFBUF)
1269 #if defined(VREFBUF)
1281 SET_BIT(VREFBUF->CSR, VREFBUF_CSR_ENVR); in LL_VREFBUF_Enable()
1291 CLEAR_BIT(VREFBUF->CSR, VREFBUF_CSR_ENVR); in LL_VREFBUF_Disable()
1301 SET_BIT(VREFBUF->CSR, VREFBUF_CSR_HIZ); in LL_VREFBUF_EnableHIZ()
1311 CLEAR_BIT(VREFBUF->CSR, VREFBUF_CSR_HIZ); in LL_VREFBUF_DisableHIZ()
1324 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
1336 return (uint32_t)(READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRS)); in LL_VREFBUF_GetVoltageScaling()
1346 return (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == (VREFBUF_CSR_VRR)); in LL_VREFBUF_IsVREFReady()
1356 return (uint32_t)(READ_BIT(VREFBUF->CCR, VREFBUF_CCR_TRIM)); in LL_VREFBUF_GetTrimming()
1367 WRITE_REG(VREFBUF->CCR, Value); in LL_VREFBUF_SetTrimming()