QSPI init Structure definition. More...
#include <gr55xx_hal_qspi.h>
Public Attributes | |
uint32_t | clock_prescaler |
uint32_t | clock_mode |
uint32_t | rx_sample_delay |
QSPI init Structure definition.
Definition at line 102 of file gr55xx_hal_qspi.h.
uint32_t _qspi_init_t::clock_mode |
Specifies the Clock Mode. It indicates the level that clock takes between commands. This parameter can be a value of QSPI Clock Mode
Definition at line 107 of file gr55xx_hal_qspi.h.
uint32_t _qspi_init_t::clock_prescaler |
Specifies the prescaler factor for generating clock based on the AHB clock. This parameter can be a number between 0 and 0xFFFF
Definition at line 104 of file gr55xx_hal_qspi.h.
uint32_t _qspi_init_t::rx_sample_delay |
Specifies the RX sample delay. It is used to delay the sample of the RX input port. This parameter can be a number between 0 and 0x7
Definition at line 110 of file gr55xx_hal_qspi.h.