Home
last modified time | relevance | path

Searched refs:__HAL_PWR_GET_FLAG (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c326 if (__HAL_PWR_GET_FLAG (PWR_FLAG_SCUEN) == 0U) in HAL_PWREx_ConfigSupply()
353 while (__HAL_PWR_GET_FLAG (PWR_FLAG_ACTVOSRDY) == 0U) in HAL_PWREx_ConfigSupply()
372 while (__HAL_PWR_GET_FLAG (PWR_FLAG_SMPSEXTRDY) == 0U) in HAL_PWREx_ConfigSupply()
447 while (__HAL_PWR_GET_FLAG (PWR_FLAG_ACTVOSRDY) == 0U) in HAL_PWREx_ControlVoltageScaling()
477 while (__HAL_PWR_GET_FLAG (PWR_FLAG_ACTVOSRDY) == 0U) in HAL_PWREx_ControlVoltageScaling()
500 while (__HAL_PWR_GET_FLAG (PWR_FLAG_ACTVOSRDY) == 0U) in HAL_PWREx_ControlVoltageScaling()
1640 while (__HAL_PWR_GET_FLAG (PWR_FLAG_BRR) == 0U) in HAL_PWREx_EnableBkUpReg()
1666 while (__HAL_PWR_GET_FLAG (PWR_FLAG_BRR) != 0U) in HAL_PWREx_DisableBkUpReg()
1692 while (__HAL_PWR_GET_FLAG (PWR_FLAG_USB33RDY) == 0U) in HAL_PWREx_EnableUSBReg()
1718 while(__HAL_PWR_GET_FLAG (PWR_FLAG_USB33RDY) != 0U) in HAL_PWREx_DisableUSBReg()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c181 while (__HAL_PWR_GET_FLAG(PWR_FLAG_BRR) == RESET) in HAL_PWREx_EnableBkUpReg()
210 while (__HAL_PWR_GET_FLAG(PWR_FLAG_BRR) != RESET) in HAL_PWREx_DisableBkUpReg()
238 while (__HAL_PWR_GET_FLAG(PWR_FLAG_RRR) == RESET) in HAL_PWREx_EnableRetReg()
267 while (__HAL_PWR_GET_FLAG(PWR_FLAG_RRR) != RESET) in HAL_PWREx_DisableRetReg()
292 while (__HAL_PWR_GET_FLAG(PWR_FLAG_11R) == RESET) in HAL_PWREx_Enable1V1Reg()
319 while (__HAL_PWR_GET_FLAG(PWR_FLAG_11R) != RESET) in HAL_PWREx_Disable1V1Reg()
345 while (__HAL_PWR_GET_FLAG(PWR_FLAG_18R) == RESET) in HAL_PWREx_Enable1V8Reg()
371 while (__HAL_PWR_GET_FLAG(PWR_FLAG_18R) != RESET) in HAL_PWREx_Disable1V8Reg()
397 while (__HAL_PWR_GET_FLAG(PWR_FLAG_USB) == RESET) in HAL_PWREx_EnableUSBVoltageDetector()
422 while (__HAL_PWR_GET_FLAG(PWR_FLAG_USB) != RESET) in HAL_PWREx_DisableUSBVoltageDetector()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr_ex.c149 while(__HAL_PWR_GET_FLAG(PWR_FLAG_BRR) == RESET) in HAL_PWREx_EnableBkUpReg()
178 while(__HAL_PWR_GET_FLAG(PWR_FLAG_BRR) != RESET) in HAL_PWREx_DisableBkUpReg()
270 while(!__HAL_PWR_GET_FLAG(PWR_FLAG_ODRDY)) in HAL_PWREx_EnableOverDrive()
284 while(!__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY)) in HAL_PWREx_EnableOverDrive()
316 while(__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY)) in HAL_PWREx_DisableOverDrive()
330 while(__HAL_PWR_GET_FLAG(PWR_FLAG_ODRDY)) in HAL_PWREx_DisableOverDrive()
400 while(__HAL_PWR_GET_FLAG(PWR_FLAG_UDRDY)) in HAL_PWREx_EnterUnderDriveSTOPMode()
521 while((__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY) == RESET)) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr_ex.c151 while(__HAL_PWR_GET_FLAG(PWR_FLAG_BRR) == RESET) in HAL_PWREx_EnableBkUpReg()
175 while(__HAL_PWR_GET_FLAG(PWR_FLAG_BRR) != RESET) in HAL_PWREx_DisableBkUpReg()
246 while((__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY) == RESET)) in HAL_PWREx_ControlVoltageScaling()
333 while((__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY) == RESET)) in HAL_PWREx_ControlVoltageScaling()
425 while(!__HAL_PWR_GET_FLAG(PWR_FLAG_ODRDY)) in HAL_PWREx_EnableOverDrive()
439 while(!__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY)) in HAL_PWREx_EnableOverDrive()
472 while(__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY)) in HAL_PWREx_DisableOverDrive()
486 while(__HAL_PWR_GET_FLAG(PWR_FLAG_ODRDY)) in HAL_PWREx_DisableOverDrive()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr.h378 #define __HAL_PWR_GET_FLAG(__FLAG__) \ macro
403 #define __HAL_PWR_GET_FLAG(__FLAG__) \ macro
420 #define __HAL_PWR_GET_FLAG(__FLAG__) \ macro
439 #define __HAL_PWR_GET_FLAG(__FLAG__) \ macro
455 #define __HAL_PWR_GET_FLAG(__FLAG__) \ macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pwr_ex.c116 while(__HAL_PWR_GET_FLAG(PWR_FLAG_BRR) == RESET) in HAL_PWREx_EnableBkUpReg()
140 while(__HAL_PWR_GET_FLAG(PWR_FLAG_BRR) != RESET) in HAL_PWREx_DisableBkUpReg()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr_ex.c125 while (__HAL_PWR_GET_FLAG(PWR_FLAG_ACTVOSRDY) == 0U) in HAL_PWREx_ConfigSupply()
180 while (__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY) == 0U) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr.h196 #define __HAL_PWR_GET_FLAG(__FLAG__) ( \ macro
212 #define __HAL_PWR_GET_FLAG(__FLAG__) ( \ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr.h392 #define __HAL_PWR_GET_FLAG(__FLAG__)( \ macro
425 #define __HAL_PWR_GET_FLAG(__FLAG__)( \ macro
455 #define __HAL_PWR_GET_FLAG(__FLAG__)( \ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr.h311 #define __HAL_PWR_GET_FLAG(__FLAG__) … macro
334 #define __HAL_PWR_GET_FLAG(__FLAG__) … macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr.h273 #define __HAL_PWR_GET_FLAG(__FLAG__)( \ macro
314 #define __HAL_PWR_GET_FLAG(__FLAG__)( \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr.h369 #define __HAL_PWR_GET_FLAG(__FLAG__) … macro
395 #define __HAL_PWR_GET_FLAG(__FLAG__) … macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_pwr.h107 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_pwr.h120 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_pwr.h186 #define __HAL_PWR_GET_FLAG(__FLAG__) (((__FLAG__) & 0x00010000u) ?\ macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr.h207 #define __HAL_PWR_GET_FLAG(__FLAG__) (((__FLAG__) & 0x00010000u) ?\ macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_pwr.h189 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr.h190 #define __HAL_PWR_GET_FLAG(__FLAG__) ( (((__FLAG__) >> 8U) == 1) ?\ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr.h239 #define __HAL_PWR_GET_FLAG(__FLAG__) ((((__FLAG__) & PWR_FLAG_REG_MASK) == PWR_FLAG_REG_SR1) ? \ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pwr.h194 #define __HAL_PWR_GET_FLAG(__FLAG__) ( ((((uint8_t)(__FLAG__)) >> 5U) == 1) ?\ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pwr.h193 #define __HAL_PWR_GET_FLAG(__FLAG__) ( ((((uint8_t)(__FLAG__)) >> 5U) == 1) ?\ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr.h302 #define __HAL_PWR_GET_FLAG(__FLAG__) ((((__FLAG__) & PWR_FLAG_REG_MASK) == PWR_FLAG_REG_SR1) ? \ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_pwr.h191 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR1 & (__FLAG__)) == (__FLAG__)) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_pwr.h170 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr.h175 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro

12