Lines Matching refs:VREFBUF
48 #if defined (FLASH) || defined (SBS) || defined (DBGMCU) || defined (VREFBUF)
306 #if defined(VREFBUF)
1896 #if defined(VREFBUF)
1908 SET_BIT(VREFBUF->CSR, VREFBUF_CSR_ENVR); in LL_VREFBUF_Enable()
1918 CLEAR_BIT(VREFBUF->CSR, VREFBUF_CSR_ENVR); in LL_VREFBUF_Disable()
1928 SET_BIT(VREFBUF->CSR, VREFBUF_CSR_HIZ); in LL_VREFBUF_EnableHIZ()
1938 CLEAR_BIT(VREFBUF->CSR, VREFBUF_CSR_HIZ); in LL_VREFBUF_DisableHIZ()
1953 MODIFY_REG(VREFBUF->CSR, VREFBUF_CSR_VRS, Scale); in LL_VREFBUF_SetVoltageScaling()
1967 return (uint32_t)(READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRS)); in LL_VREFBUF_GetVoltageScaling()
1977 return ((READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == VREFBUF_CSR_VRR) ? 1UL : 0UL); in LL_VREFBUF_IsVREFReady()
1987 return (uint32_t)(READ_BIT(VREFBUF->CCR, VREFBUF_CCR_TRIM)); in LL_VREFBUF_GetTrimming()
1998 WRITE_REG(VREFBUF->CCR, Value); in LL_VREFBUF_SetTrimming()