Macros | |
| #define | __HAL_XQSPI_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->state = HAL_XQSPI_STATE_RESET) |
| Reset XQSPI handle states. More... | |
| #define | __HAL_XQSPI_ENABLE_QSPI(__HANDLE__) SET_BITS((__HANDLE__)->p_instance->QSPI.SPIEN, SSI_SSIEN_EN) |
| Enable the specified QSPI peripheral in XQSPI. More... | |
| #define | __HAL_XQSPI_DISABLE_QSPI(__HANDLE__) CLEAR_BITS((__HANDLE__)->p_instance->QSPI.SPIEN, SSI_SSIEN_EN) |
| Disable the specified QSPI peripheral in XQSPI. More... | |
| #define | __HAL_XQSPI_ENABLE_XIP(__HANDLE__) |
| Enable the specified XIP peripheral in XQSPI. More... | |
| #define | __HAL_XQSPI_DISABLE_XIP(__HANDLE__) |
| Disable the specified XIP peripheral in XQSPI. More... | |
| #define | __HAL_XQSPI_ENABLE_CACHE(__HANDLE__) CLEAR_BITS((__HANDLE__)->p_instance->CACHE.CTRL0, XQSPI_CACHE_CTRL0_DIS) |
| Enable the specified CACHE peripheral in XQSPI. More... | |
| #define | __HAL_XQSPI_DISABLE_CACHE(__HANDLE__) SET_BITS((__HANDLE__)->p_instance->CACHE.CTRL0, XQSPI_CACHE_CTRL0_DIS) |
| Disable the specified CACHE peripheral in XQSPI. More... | |
| #define | __HAL_XQSPI_GET_FLAG(__HANDLE__, __FLAG__) ((READ_BITS((__HANDLE__)->p_instance->QSPI.STAT, (__FLAG__)) != 0) ? SET : RESET) |
| Check whether the specified XQSPI flag is set or not. More... | |
| #define __HAL_XQSPI_DISABLE_CACHE | ( | __HANDLE__ | ) | SET_BITS((__HANDLE__)->p_instance->CACHE.CTRL0, XQSPI_CACHE_CTRL0_DIS) |
Disable the specified CACHE peripheral in XQSPI.
| <strong>HANDLE</strong> | specifies the XQSPI Handle. |
| None |
| #define __HAL_XQSPI_DISABLE_QSPI | ( | __HANDLE__ | ) | CLEAR_BITS((__HANDLE__)->p_instance->QSPI.SPIEN, SSI_SSIEN_EN) |
Disable the specified QSPI peripheral in XQSPI.
| <strong>HANDLE</strong> | specifies the XQSPI Handle. |
| None |
| #define __HAL_XQSPI_DISABLE_XIP | ( | __HANDLE__ | ) |
Disable the specified XIP peripheral in XQSPI.
| <strong>HANDLE</strong> | specifies the XQSPI Handle. |
| None |
| #define __HAL_XQSPI_ENABLE_CACHE | ( | __HANDLE__ | ) | CLEAR_BITS((__HANDLE__)->p_instance->CACHE.CTRL0, XQSPI_CACHE_CTRL0_DIS) |
Enable the specified CACHE peripheral in XQSPI.
| <strong>HANDLE</strong> | specifies the XQSPI Handle. |
| None |
| #define __HAL_XQSPI_ENABLE_QSPI | ( | __HANDLE__ | ) | SET_BITS((__HANDLE__)->p_instance->QSPI.SPIEN, SSI_SSIEN_EN) |
Enable the specified QSPI peripheral in XQSPI.
| <strong>HANDLE</strong> | specifies the XQSPI Handle. |
| None |
| #define __HAL_XQSPI_ENABLE_XIP | ( | __HANDLE__ | ) |
Enable the specified XIP peripheral in XQSPI.
| <strong>HANDLE</strong> | specifies the XQSPI Handle. |
| None |
| #define __HAL_XQSPI_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ | |||
| ) | ((READ_BITS((__HANDLE__)->p_instance->QSPI.STAT, (__FLAG__)) != 0) ? SET : RESET) |
Check whether the specified XQSPI flag is set or not.
| <strong>HANDLE</strong> | specifies the XQSPI Handle. |
| <strong>FLAG</strong> | specifies the flag to check. This parameter can be one of the following values:
|
| The | new state of FLAG (TRUE or FALSE). |
| #define __HAL_XQSPI_RESET_HANDLE_STATE | ( | __HANDLE__ | ) | ((__HANDLE__)->state = HAL_XQSPI_STATE_RESET) |
Reset XQSPI handle states.
| <strong>HANDLE</strong> | XQSPI handle. |
| None |