| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
| D | stm32h7xx_hal_pwr_ex.c | 326 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/ |
| D | stm32mp1xx_hal_pwr_ex.c | 181 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/ |
| D | stm32f7xx_hal_pwr_ex.c | 149 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/ |
| D | stm32f4xx_hal_pwr_ex.c | 151 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/ |
| D | stm32h7xx_hal_pwr.h | 378 #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/ |
| D | stm32f2xx_hal_pwr_ex.c | 116 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/ |
| D | stm32h5xx_hal_pwr_ex.c | 125 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/ |
| D | stm32mp1xx_hal_pwr.h | 196 #define __HAL_PWR_GET_FLAG(__FLAG__) ( \ macro 212 #define __HAL_PWR_GET_FLAG(__FLAG__) ( \ macro
|
| /hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
| D | stm32wbaxx_hal_pwr.h | 392 #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/ |
| D | stm32h5xx_hal_pwr.h | 311 #define __HAL_PWR_GET_FLAG(__FLAG__) … macro 334 #define __HAL_PWR_GET_FLAG(__FLAG__) … macro
|
| /hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
| D | stm32wb0x_hal_pwr.h | 273 #define __HAL_PWR_GET_FLAG(__FLAG__)( \ macro 314 #define __HAL_PWR_GET_FLAG(__FLAG__)( \ macro
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_hal_pwr.h | 369 #define __HAL_PWR_GET_FLAG(__FLAG__) … macro 395 #define __HAL_PWR_GET_FLAG(__FLAG__) … macro
|
| /hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
| D | stm32f0xx_hal_pwr.h | 107 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro
|
| /hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
| D | stm32f3xx_hal_pwr.h | 120 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro
|
| /hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
| D | stm32c0xx_hal_pwr.h | 186 #define __HAL_PWR_GET_FLAG(__FLAG__) (((__FLAG__) & 0x00010000u) ?\ macro
|
| /hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
| D | stm32g0xx_hal_pwr.h | 207 #define __HAL_PWR_GET_FLAG(__FLAG__) (((__FLAG__) & 0x00010000u) ?\ macro
|
| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
| D | stm32f1xx_hal_pwr.h | 189 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro
|
| /hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
| D | stm32u0xx_hal_pwr.h | 190 #define __HAL_PWR_GET_FLAG(__FLAG__) ( (((__FLAG__) >> 8U) == 1) ?\ macro
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
| D | stm32wbxx_hal_pwr.h | 239 #define __HAL_PWR_GET_FLAG(__FLAG__) ((((__FLAG__) & PWR_FLAG_REG_MASK) == PWR_FLAG_REG_SR1) ? \ macro
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
| D | stm32l4xx_hal_pwr.h | 194 #define __HAL_PWR_GET_FLAG(__FLAG__) ( ((((uint8_t)(__FLAG__)) >> 5U) == 1) ?\ macro
|
| /hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
| D | stm32g4xx_hal_pwr.h | 193 #define __HAL_PWR_GET_FLAG(__FLAG__) ( ((((uint8_t)(__FLAG__)) >> 5U) == 1) ?\ macro
|
| /hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
| D | stm32wlxx_hal_pwr.h | 302 #define __HAL_PWR_GET_FLAG(__FLAG__) ((((__FLAG__) & PWR_FLAG_REG_MASK) == PWR_FLAG_REG_SR1) ? \ macro
|
| /hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
| D | stm32f7xx_hal_pwr.h | 191 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR1 & (__FLAG__)) == (__FLAG__)) macro
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
| D | stm32f2xx_hal_pwr.h | 170 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
| D | stm32f4xx_hal_pwr.h | 175 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro
|