Home
last modified time | relevance | path

Searched refs:VREFBUF_CSR_VRR (Results 1 – 25 of 143) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_system.h1176 return ((READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == VREFBUF_CSR_VRR) ? 1UL : 0UL); in LL_VREFBUF_IsVREFReady()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_system.h1235 return ((READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == (VREFBUF_CSR_VRR)) ? 1UL : 0UL); in LL_VREFBUF_IsVREFReady()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_system.h1346 return (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == (VREFBUF_CSR_VRR)); in LL_VREFBUF_IsVREFReady()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_system.h1652 return ((READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == VREFBUF_CSR_VRR) ? 1UL : 0UL); in LL_VREFBUF_IsVREFReady()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_system.h1535 return ((READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == (VREFBUF_CSR_VRR)) ? 1UL : 0UL); in LL_VREFBUF_IsVREFReady()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_system.h2114 return ((READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == VREFBUF_CSR_VRR) ? 1UL : 0UL); in LL_VREFBUF_IsVREFReady()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_system.h1928 return ((READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == (VREFBUF_CSR_VRR)) ? 1UL : 0UL); in LL_VREFBUF_IsVREFReady()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_system.h1763 return ((READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == (VREFBUF_CSR_VRR)) ? 1UL : 0UL); in LL_VREFBUF_IsVREFReady()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_system.h1925 return ((READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == (VREFBUF_CSR_VRR)) ? 1UL : 0UL); in LL_VREFBUF_IsVREFReady()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_system.h1977 return ((READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == VREFBUF_CSR_VRR) ? 1UL : 0UL); in LL_VREFBUF_IsVREFReady()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal.c720 while (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0U) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal.c606 while (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0x00U) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal.c626 while (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0x00U) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal.c708 while(READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0U) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal.c707 while (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0x00U) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal.c648 while (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0U) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal.c698 while(READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == RESET) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal.c732 while (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0U) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal.c641 while (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0UL) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c655 while (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0UL) in HAL_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c1171 while (READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0UL) in HAL_VREFBUF_Enable()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal.c571 while(READ_BIT(VREFBUF->CSR, VREFBUF_CSR_VRR) == 0UL) in HAL_SYSCFG_EnableVREFBUF()
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g031xx.h7474 #define VREFBUF_CSR_VRR VREFBUF_CSR_VRR_Msk /*!<Voltage referenc… macro
Dstm32g041xx.h7778 #define VREFBUF_CSR_VRR VREFBUF_CSR_VRR_Msk /*!<Voltage referenc… macro
Dstm32g051xx.h7955 #define VREFBUF_CSR_VRR VREFBUF_CSR_VRR_Msk /*!<Voltage referenc… macro

123456