Macros | |
#define | __HAL_EXFLASH_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->state = HAL_EXFLASH_STATE_RESET) |
Reset exFlash handle states. More... | |
#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... | |
#define __HAL_EXFLASH_POWER_OFF | ( | ) | ll_xqspi_disable_exflash_power() |
Disable the specified exFlash power.
None |
Definition at line 263 of file gr55xx_hal_exflash.h.
#define __HAL_EXFLASH_POWER_ON | ( | ) | ll_xqspi_enable_exflash_power() |
Enable the specified exFlash power.
None |
Definition at line 258 of file gr55xx_hal_exflash.h.
#define __HAL_EXFLASH_RESET_HANDLE_STATE | ( | __HANDLE__ | ) | ((__HANDLE__)->state = HAL_EXFLASH_STATE_RESET) |
Reset exFlash handle states.
<strong>HANDLE</strong> | exFlash handle. |
None |
Definition at line 253 of file gr55xx_hal_exflash.h.