#include <gr55xx_ll_qspi.h>
Collaboration diagram for _ll_qspi_memorymapped_init_t:Public Attributes | |
| uint32_t | clock_polarity |
| Specifies the serial clock steady state. More... | |
| uint32_t | clock_phase |
| Specifies the clock active edge for the bit capture. More... | |
| uint32_t | baud_rate |
| Specifies the BaudRate prescaler value which will be used to configure the transmit and receive SCK clock. More... | |
| uint32_t | rx_sample_delay |
| Specifies the RX sample delay. More... | |
| ll_qspi_memorymapped_mode_e | rw_mode |
| Specifies the access mode for memorymapped: readonly or read&write. More... | |
| ll_qspi_memorymapped_read_init_t | rd |
| Specifies the initized params for read, must set. More... | |
| ll_qspi_memorymapped_write_init_t | wr |
| Specifies the initized params for write, if rw_mode is readonly, leave un-set. More... | |
Definition at line 236 of file gr55xx_ll_qspi.h.
| uint32_t _ll_qspi_memorymapped_init_t::baud_rate |
Specifies the BaudRate prescaler value which will be used to configure the transmit and receive SCK clock.
This parameter can be one even value between 2 and 65534, if the value is 0, the SCLK is disable.
Definition at line 250 of file gr55xx_ll_qspi.h.
| uint32_t _ll_qspi_memorymapped_init_t::clock_phase |
Specifies the clock active edge for the bit capture.
This parameter can be a value of Clock Phase. This feature can be modified afterwards using unitary function ll_qspi_set_clock_phase().
Definition at line 246 of file gr55xx_ll_qspi.h.
| uint32_t _ll_qspi_memorymapped_init_t::clock_polarity |
Specifies the serial clock steady state.
This parameter can be a value of Clock Polarity. This feature can be modified afterwards using unitary function ll_qspi_set_clock_polarity().
Definition at line 242 of file gr55xx_ll_qspi.h.
| ll_qspi_memorymapped_read_init_t _ll_qspi_memorymapped_init_t::rd |
Specifies the initized params for read, must set.
Definition at line 260 of file gr55xx_ll_qspi.h.
| ll_qspi_memorymapped_mode_e _ll_qspi_memorymapped_init_t::rw_mode |
Specifies the access mode for memorymapped: readonly or read&write.
Definition at line 258 of file gr55xx_ll_qspi.h.
| uint32_t _ll_qspi_memorymapped_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 255 of file gr55xx_ll_qspi.h.
| ll_qspi_memorymapped_write_init_t _ll_qspi_memorymapped_init_t::wr |
Specifies the initized params for write, if rw_mode is readonly, leave un-set.
Definition at line 262 of file gr55xx_ll_qspi.h.