Home
last modified time | relevance | path

Searched refs:IS_PWR_FLASH_POWERDOWN (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_pwr_ex.c442 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_EnableFlashPowerDown()
458 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_DisableFlashPowerDown()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_pwr_ex.c706 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_EnableFlashPowerDown()
724 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_DisableFlashPowerDown()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c620 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_EnableFlashPowerDown()
655 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_DisableFlashPowerDown()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c995 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_EnableFlashPowerDown()
1012 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_DisableFlashPowerDown()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr_ex.c680 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_EnableFlashPowerDown()
703 assert_param(IS_PWR_FLASH_POWERDOWN(PowerMode)); in HAL_PWREx_DisableFlashPowerDown()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_pwr_ex.h330 #define IS_PWR_FLASH_POWERDOWN(__MODE__) ((((__MODE__) & (PWR_FLASHPD_SLEEP | PWR_FLASHPD_STOP))… macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_pwr_ex.h520 #define IS_PWR_FLASH_POWERDOWN(__MODE__) ((((__MODE__) & (PWR_FLASHPD_LPRUN | PWR_FLASHPD_LPSLEE… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr_ex.h509 #define IS_PWR_FLASH_POWERDOWN(__MODE__) ((((__MODE__) & (PWR_FLASHPD_LPRUN | PWR_FLASHPD_LPSLEE… macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr_ex.h677 #define IS_PWR_FLASH_POWERDOWN(__MODE__) ((((__MODE__) & (PWR_FLASHPD_LPRUN | … macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pwr_ex.h789 #define IS_PWR_FLASH_POWERDOWN(__MODE__) ((((__MODE__) & (PWR_FLASHPD_LPRUN | PWR_FLASHPD_LPSLEE… macro