XQSPI init Structure definition. More...
#include <gr55xx_hal_xqspi.h>
Public Attributes | |
uint32_t | work_mode |
Specifies the work mode for XQSPI. More... | |
uint32_t | cache_mode |
Specifies the cache mode for XIP mode. More... | |
uint32_t | read_cmd |
Specifies the read command for transmit in XIP mode. More... | |
uint32_t | baud_rate |
Specifies the serial clock speed for transmit in both XIP and QSPI mode. More... | |
uint32_t | clock_mode |
Specifies the Clock Mode. More... | |
XQSPI init Structure definition.
Definition at line 102 of file gr55xx_hal_xqspi.h.
uint32_t _xqspi_init_t::baud_rate |
Specifies the serial clock speed for transmit in both XIP and QSPI mode.
This parameter can be a value of XQSPI Clock Speed
Definition at line 113 of file gr55xx_hal_xqspi.h.
uint32_t _xqspi_init_t::cache_mode |
Specifies the cache mode for XIP mode.
This parameter can be a value of XQSPI Cache Mode in XIP mode
Definition at line 107 of file gr55xx_hal_xqspi.h.
uint32_t _xqspi_init_t::clock_mode |
Specifies the Clock Mode.
It indicates the level that clock takes between commands. This parameter can be a value of XQSPI Clock Mode
Definition at line 116 of file gr55xx_hal_xqspi.h.
uint32_t _xqspi_init_t::read_cmd |
Specifies the read command for transmit in XIP mode.
This parameter can be a value of XQSPI Read Command in XIP mode
Definition at line 110 of file gr55xx_hal_xqspi.h.
uint32_t _xqspi_init_t::work_mode |
Specifies the work mode for XQSPI.
This parameter can be a value of XQSPI Work Mode
Definition at line 104 of file gr55xx_hal_xqspi.h.