EXFLASH Exported Macros

Macros

#define __HAL_EXFLASH_POWER_ON()   ll_xqspi_enable_exflash_power()
 Enable the specified exFlash power. More...
 
#define __HAL_EXFLASH_POWER_OFF()   ll_xqspi_disable_exflash_power()
 Disable the specified exFlash power. More...
 

Detailed Description

Macro Definition Documentation

◆ __HAL_EXFLASH_POWER_OFF

#define __HAL_EXFLASH_POWER_OFF ( )    ll_xqspi_disable_exflash_power()

Disable the specified exFlash power.

Return values
None

Definition at line 286 of file hal_exflash.h.

◆ __HAL_EXFLASH_POWER_ON

#define __HAL_EXFLASH_POWER_ON ( )    ll_xqspi_enable_exflash_power()

Enable the specified exFlash power.

Return values
None

Definition at line 281 of file hal_exflash.h.