Macros | |
#define | ll_qspi_set_xfer_size ll_qspi_set_receive_size |
Functions | |
__STATIC_INLINE void | ll_qspi_enable_ss_toggle (qspi_regs_t *QSPIx) |
Enable slave select toggle. More... | |
__STATIC_INLINE void | ll_qspi_disable_ss_toggle (qspi_regs_t *QSPIx) |
Disable slave select toggle. More... | |
__STATIC_INLINE uint32_t | ll_qspi_is_enabled_ss_toggle (qspi_regs_t *QSPIx) |
Check if slave select toggle is enabled. More... | |
__STATIC_INLINE void | ll_qspi_set_frame_format (qspi_regs_t *QSPIx, uint32_t frf) |
Set data frame format for transmitting/receiving the data. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_frame_format (qspi_regs_t *QSPIx) |
Get data frame format for transmitting/receiving the data. More... | |
__STATIC_INLINE void | ll_qspi_set_data_size (qspi_regs_t *QSPIx, uint32_t size) |
Set frame data size. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_data_size (qspi_regs_t *QSPIx) |
Get frame data size. More... | |
__STATIC_INLINE void | ll_qspi_set_control_frame_size (qspi_regs_t *QSPIx, uint32_t size) |
Set the length of the control word for the Microwire frame format. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_control_frame_size (qspi_regs_t *QSPIx) |
Get the length of the control word for the Microwire frame format. More... | |
__STATIC_INLINE void | ll_qspi_enable_test_mode (qspi_regs_t *QSPIx) |
Enable SPI test mode. More... | |
__STATIC_INLINE void | ll_qspi_disable_test_mode (qspi_regs_t *QSPIx) |
Disable SPI test mode. More... | |
__STATIC_INLINE uint32_t | ll_qspi_is_enabled_test_mode (qspi_regs_t *QSPIx) |
Check if SPI test mode is enabled. More... | |
__STATIC_INLINE void | ll_qspi_enable_slave_out (qspi_regs_t *QSPIx) |
Enable slave output. More... | |
__STATIC_INLINE void | ll_qspi_disable_salve_out (qspi_regs_t *QSPIx) |
Disable slave output. More... | |
__STATIC_INLINE uint32_t | ll_qspi_is_enabled_slave_out (qspi_regs_t *QSPIx) |
Check if slave output is enabled. More... | |
__STATIC_INLINE void | ll_qspi_set_transfer_direction (qspi_regs_t *QSPIx, uint32_t transfer_direction) |
Set transfer direction mode. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_transfer_direction (qspi_regs_t *QSPIx) |
Get transfer direction mode. More... | |
__STATIC_INLINE void | ll_qspi_set_clock_polarity (qspi_regs_t *QSPIx, uint32_t clock_polarity) |
Set clock polarity. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_clock_polarity (qspi_regs_t *QSPIx) |
Get clock polarity. More... | |
__STATIC_INLINE void | ll_qspi_set_clock_phase (qspi_regs_t *QSPIx, uint32_t clock_phase) |
Set clock phase. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_clock_phase (qspi_regs_t *QSPIx) |
Get clock phase. More... | |
__STATIC_INLINE void | ll_qspi_set_standard (qspi_regs_t *QSPIx, uint32_t standard) |
Set serial protocol used. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_standard (qspi_regs_t *QSPIx) |
Get serial protocol used. More... | |
__STATIC_INLINE void | ll_qspi_set_receive_size (qspi_regs_t *QSPIx, uint32_t size) |
Set the number of data frames to be continuously received. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_receive_size (qspi_regs_t *QSPIx) |
Get the number of data frames to be continuously received. More... | |
__STATIC_INLINE void | ll_qspi_enable (qspi_regs_t *QSPIx) |
Enable SPI peripheral. More... | |
__STATIC_INLINE void | ll_qspi_disable (qspi_regs_t *QSPIx) |
Disable SPI peripheral. More... | |
__STATIC_INLINE uint32_t | ll_qspi_is_enabled (qspi_regs_t *QSPIx) |
Check if SPI peripheral is enabled. More... | |
__STATIC_INLINE void | ll_qspi_enable_micro_handshake (qspi_regs_t *QSPIx) |
Enable Handshake in Microwire mode. More... | |
__STATIC_INLINE void | ll_qspi_disable_micro_handshake (qspi_regs_t *QSPIx) |
Disable Handshake in Microwire mode. More... | |
__STATIC_INLINE uint32_t | ll_qspi_is_enabled_micro_handshake (qspi_regs_t *QSPIx) |
Check if Handshake in Microwire mode is enabled. More... | |
__STATIC_INLINE void | ll_qspi_set_micro_transfer_direction (qspi_regs_t *QSPIx, uint32_t transfer_direction) |
Set transfer direction mode in Microwire mode. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_micro_transfer_direction (qspi_regs_t *QSPIx) |
Get transfer direction mode in Microwire mode. More... | |
__STATIC_INLINE void | ll_qspi_set_micro_transfer_mode (qspi_regs_t *QSPIx, uint32_t transfer_mode) |
Set transfer mode in Microwire mode. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_micro_transfer_mode (qspi_regs_t *QSPIx) |
Get transfer mode in Microwire mode. More... | |
__STATIC_INLINE void | ll_qspi_enable_ss (qspi_regs_t *QSPIx, uint32_t ss) |
Enable slave select. More... | |
__STATIC_INLINE void | ll_qspi_disable_ss (qspi_regs_t *QSPIx, uint32_t ss) |
Disable slave select. More... | |
__STATIC_INLINE uint32_t | ll_qspi_is_enabled_ss (qspi_regs_t *QSPIx, uint32_t ss) |
Check if slave select is enabled. More... | |
__STATIC_INLINE void | ll_qspi_set_baud_rate_prescaler (qspi_regs_t *QSPIx, uint32_t baud_rate) |
Set baud rate prescaler. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_baud_rate_prescaler (qspi_regs_t *QSPIx) |
Get baud rate prescaler. More... | |
__STATIC_INLINE void | ll_qspi_set_tx_start_fifo_threshold (qspi_regs_t *QSPIx, uint32_t threshold) |
Set threshold of TX transfer start. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_tx_start_fifo_threshold (qspi_regs_t *QSPIx) |
Get threshold of TX transfer start. More... | |
__STATIC_INLINE void | ll_qspi_set_tx_fifo_threshold (qspi_regs_t *QSPIx, uint32_t threshold) |
Set threshold of TXFIFO that triggers an TXE event. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_tx_fifo_threshold (qspi_regs_t *QSPIx) |
Get threshold of TXFIFO that triggers an TXE event. More... | |
__STATIC_INLINE void | ll_qspi_set_rx_fifo_threshold (qspi_regs_t *QSPIx, uint32_t threshold) |
Set threshold of RXFIFO that triggers an RXNE event. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_rx_fifo_threshold (qspi_regs_t *QSPIx) |
Get threshold of RXFIFO that triggers an RXNE event. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_tx_fifo_level (qspi_regs_t *QSPIx) |
Get FIFO Transmission Level. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_rx_fifo_level (qspi_regs_t *QSPIx) |
Get FIFO reception Level. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_id_code (qspi_regs_t *QSPIx) |
Get ID code. More... | |
__STATIC_INLINE uint32_t | ll_qspi_get_version (qspi_regs_t *QSPIx) |
Get IP version. More... | |
__STATIC_INLINE void | ll_spi_enable_ss_toggle (spi_regs_t *SPIx) |
Enable slave select toggle. More... | |
__STATIC_INLINE void | ll_spi_disable_ss_toggle (spi_regs_t *SPIx) |
Disable slave select toggle. More... | |
__STATIC_INLINE uint32_t | ll_spi_is_enabled_ss_toggle (spi_regs_t *SPIx) |
Check if slave select toggle is enabled. More... | |
__STATIC_INLINE void | ll_spi_set_data_size (spi_regs_t *SPIx, uint32_t size) |
Set frame data size. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_data_size (spi_regs_t *SPIx) |
Get frame data size. More... | |
__STATIC_INLINE void | ll_spi_set_control_frame_size (spi_regs_t *SPIx, uint32_t size) |
Set the length of the control word for the Microwire frame format. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_control_frame_size (spi_regs_t *SPIx) |
Get the length of the control word for the Microwire frame format. More... | |
__STATIC_INLINE void | ll_spi_enable_test_mode (spi_regs_t *SPIx) |
Enable SPI test mode. More... | |
__STATIC_INLINE void | ll_spi_disable_test_mode (spi_regs_t *SPIx) |
Disable SPI test mode. More... | |
__STATIC_INLINE uint32_t | ll_spi_is_enabled_test_mode (spi_regs_t *SPIx) |
Check if SPI test mode is enabled. More... | |
__STATIC_INLINE void | ll_spi_enable_slave_out (spi_regs_t *SPIx) |
Enable slave output. More... | |
__STATIC_INLINE void | ll_spi_disable_salve_out (spi_regs_t *SPIx) |
Disable slave output. More... | |
__STATIC_INLINE uint32_t | ll_spi_is_enabled_slave_out (spi_regs_t *SPIx) |
Check if slave output is enabled. More... | |
__STATIC_INLINE void | ll_spi_set_transfer_direction (spi_regs_t *SPIx, uint32_t transfer_direction) |
Set transfer direction mode. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_transfer_direction (spi_regs_t *SPIx) |
Get transfer direction mode. More... | |
__STATIC_INLINE void | ll_spi_set_clock_polarity (spi_regs_t *SPIx, uint32_t clock_polarity) |
Set clock polarity. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_clock_polarity (spi_regs_t *SPIx) |
Get clock polarity. More... | |
__STATIC_INLINE void | ll_spi_set_clock_phase (spi_regs_t *SPIx, uint32_t clock_phase) |
Set clock phase. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_clock_phase (spi_regs_t *SPIx) |
Get clock phase. More... | |
__STATIC_INLINE void | ll_spi_set_standard (spi_regs_t *SPIx, uint32_t standard) |
Set serial protocol used. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_standard (spi_regs_t *SPIx) |
Get serial protocol used. More... | |
__STATIC_INLINE void | ll_spi_set_receive_size (spi_regs_t *SPIx, uint32_t size) |
Set the number of data frames to be continuously received. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_receive_size (spi_regs_t *SPIx) |
Get the number of data frames to be continuously received. More... | |
__STATIC_INLINE void | ll_spi_enable (spi_regs_t *SPIx) |
Enable SPI peripheral. More... | |
__STATIC_INLINE void | ll_spi_disable (spi_regs_t *SPIx) |
Disable SPI peripheral. More... | |
__STATIC_INLINE uint32_t | ll_spi_is_enabled (spi_regs_t *SPIx) |
Check if SPI peripheral is enabled. More... | |
__STATIC_INLINE void | ll_spi_enable_micro_handshake (spi_regs_t *SPIx) |
Enable Handshake in Microwire mode. More... | |
__STATIC_INLINE void | ll_spi_disable_micro_handshake (spi_regs_t *SPIx) |
Disable Handshake in Microwire mode. More... | |
__STATIC_INLINE uint32_t | ll_spi_is_enabled_micro_handshake (spi_regs_t *SPIx) |
Check if Handshake in Microwire mode is enabled. More... | |
__STATIC_INLINE void | ll_spi_set_micro_transfer_direction (spi_regs_t *SPIx, uint32_t transfer_direction) |
Set transfer direction mode in Microwire mode. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_micro_transfer_direction (spi_regs_t *SPIx) |
Get transfer direction mode in Microwire mode. More... | |
__STATIC_INLINE void | ll_spi_set_micro_transfer_mode (spi_regs_t *SPIx, uint32_t transfer_mode) |
Set transfer mode in Microwire mode. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_micro_transfer_mode (spi_regs_t *SPIx) |
Get transfer mode in Microwire mode. More... | |
__STATIC_INLINE void | ll_spi_enable_ss (spi_regs_t *SPIx, uint32_t ss) |
Enable slave select. More... | |
__STATIC_INLINE void | ll_spi_disable_ss (spi_regs_t *SPIx, uint32_t ss) |
Disable slave select. More... | |
__STATIC_INLINE uint32_t | ll_spi_is_enabled_ss (spi_regs_t *SPIx, uint32_t ss) |
Check if slave select is enabled. More... | |
__STATIC_INLINE void | ll_spi_set_baud_rate_prescaler (spi_regs_t *SPIx, uint32_t baud_rate) |
Set baud rate prescaler. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_baud_rate_prescaler (spi_regs_t *SPIx) |
Get baud rate prescaler. More... | |
__STATIC_INLINE void | ll_spi_set_tx_fifo_threshold (spi_regs_t *SPIx, uint32_t threshold) |
Set threshold of TXFIFO that triggers an TXE event. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_tx_fifo_threshold (spi_regs_t *SPIx) |
Get threshold of TXFIFO that triggers an TXE event. More... | |
__STATIC_INLINE void | ll_spi_set_rx_fifo_threshold (spi_regs_t *SPIx, uint32_t threshold) |
Set threshold of RXFIFO that triggers an RXNE event. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_rx_fifo_threshold (spi_regs_t *SPIx) |
Get threshold of RXFIFO that triggers an RXNE event. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_tx_fifo_level (spi_regs_t *SPIx) |
Get FIFO Transmission Level. More... | |
__STATIC_INLINE uint32_t | ll_spi_get_rx_fifo_level (spi_regs_t *SPIx) |
Get FIFO reception Level. More... | |
#define ll_qspi_set_xfer_size ll_qspi_set_receive_size |
Definition at line 1294 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_disable | ( | qspi_regs_t * | QSPIx | ) |
Disable SPI peripheral.
Register|BitsName --------|-------- QSPI_EN | EN
QSPIx | QSPI instance |
None |
Definition at line 1340 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_disable_micro_handshake | ( | qspi_regs_t * | QSPIx | ) |
Disable Handshake in Microwire mode.
Register|BitsName --------|-------- MWC | MHS
QSPIx | QSPI instance |
None |
Definition at line 1385 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_disable_salve_out | ( | qspi_regs_t * | QSPIx | ) |
Disable slave output.
Register|BitsName --------|-------- CTRL0 | SLVOE
QSPIx | QSPI instance |
None |
Definition at line 1104 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_disable_ss | ( | qspi_regs_t * | QSPIx, |
uint32_t | ss | ||
) |
Disable slave select.
Register|BitsName --------|-------- SE | SLAVE1 SE | SLAVE0
QSPIx | QSPI instance |
ss | This parameter can be one of the following values: |
None |
Definition at line 1512 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_disable_ss_toggle | ( | qspi_regs_t * | QSPIx | ) |
Disable slave select toggle.
Register|BitsName --------|-------- CTRL0 | SSTEN
QSPIx | QSPI instance |
None |
Definition at line 820 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_disable_test_mode | ( | qspi_regs_t * | QSPIx | ) |
Disable SPI test mode.
Register|BitsName --------|-------- CTRL0 | SRL
QSPIx | QSPI instance |
None |
Definition at line 1059 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_enable | ( | qspi_regs_t * | QSPIx | ) |
Enable SPI peripheral.
Register|BitsName --------|-------- QSPI_EN | EN
QSPIx | QSPI instance |
None |
Definition at line 1324 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_enable_micro_handshake | ( | qspi_regs_t * | QSPIx | ) |
Enable Handshake in Microwire mode.
Register|BitsName --------|-------- MWC | MHS
QSPIx | QSPI instance |
None |
Definition at line 1370 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_enable_slave_out | ( | qspi_regs_t * | QSPIx | ) |
Enable slave output.
Register|BitsName --------|-------- CTRL0 | SLVOE
QSPIx | QSPI instance |
None |
Definition at line 1089 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_enable_ss | ( | qspi_regs_t * | QSPIx, |
uint32_t | ss | ||
) |
Enable slave select.
Register|BitsName --------|-------- SE | SLAVE1 SE | SLAVE0
QSPIx | QSPI instance |
ss | This parameter can be one of the following values: |
None |
Definition at line 1493 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_enable_ss_toggle | ( | qspi_regs_t * | QSPIx | ) |
Enable slave select toggle.
Register|BitsName --------|-------- CTRL0 | SSTEN
QSPIx | QSPI instance |
None |
Definition at line 804 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_enable_test_mode | ( | qspi_regs_t * | QSPIx | ) |
Enable SPI test mode.
Register|BitsName --------|-------- CTRL0 | SRL
QSPIx | QSPI instance |
None |
Definition at line 1044 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_baud_rate_prescaler | ( | qspi_regs_t * | QSPIx | ) |
Get baud rate prescaler.
Register|BitsName --------|-------- BAUD | SCKDIV
QSPIx | QSPI instance |
Returned | value can be one even value between 2 and 65534. |
Definition at line 1563 of file gr55xx_ll_qspi.h.
Referenced by ll_qspi_get_cs_release_delay(), ll_qspi_get_cs_setup_delay(), ll_qspi_set_cs_release_delay(), and ll_qspi_set_cs_setup_delay().
__STATIC_INLINE uint32_t ll_qspi_get_clock_phase | ( | qspi_regs_t * | QSPIx | ) |
Get clock phase.
Register|BitsName --------|-------- CTRL0 | SCPHA
QSPIx | QSPI instance |
Returned | value can be one of the following values: |
Definition at line 1232 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_clock_polarity | ( | qspi_regs_t * | QSPIx | ) |
Get clock polarity.
Register|BitsName --------|-------- CTRL0 | SCPOL
QSPIx | QSPI instance |
Returned | value can be one of the following values: |
Definition at line 1195 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_control_frame_size | ( | qspi_regs_t * | QSPIx | ) |
Get the length of the control word for the Microwire frame format.
Register|BitsName --------|-------- CTRL0 | CFS
QSPIx | QSPI instance |
Definition at line 1029 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_data_size | ( | qspi_regs_t * | QSPIx | ) |
Get frame data size.
Register|BitsName --------|-------- CTRL0 | DFS32
QSPIx | QSPI instance |
Definition at line 964 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_frame_format | ( | qspi_regs_t * | QSPIx | ) |
Get data frame format for transmitting/receiving the data.
Register|BitsName --------|-------- CTRL0 | SPIFRF
QSPIx | QSPI instance |
Returned | value can be one of the following values: |
Definition at line 875 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_id_code | ( | qspi_regs_t * | QSPIx | ) |
Get ID code.
Register|BitsName --------|-------- IDCODE | ID
QSPIx | QSPI instance |
Returned | value is const. |
Definition at line 1701 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_micro_transfer_direction | ( | qspi_regs_t * | QSPIx | ) |
Get transfer direction mode in Microwire mode.
Register|BitsName --------|-------- MWC | MDD
QSPIx | QSPI instance |
Returned | value can be one of the following values: |
Definition at line 1437 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_micro_transfer_mode | ( | qspi_regs_t * | QSPIx | ) |
Get transfer mode in Microwire mode.
Register|BitsName --------|-------- MWC | MWMOD
QSPIx | QSPI instance |
Returned | value can be one of the following values: |
Definition at line 1474 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_receive_size | ( | qspi_regs_t * | QSPIx | ) |
Get the number of data frames to be continuously received.
Register|BitsName --------|-------- CTRL1 | NDF
QSPIx | QSPI instance |
Returned | value can be one of the following values: 0 ~ 65535 |
Definition at line 1309 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_rx_fifo_level | ( | qspi_regs_t * | QSPIx | ) |
Get FIFO reception Level.
Register|BitsName --------|-------- RXFL | RXTFL
QSPIx | QSPI instance |
Returned | value can be one of the following values: 0 ~ FIFO_DEPTH |
Definition at line 1686 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_rx_fifo_threshold | ( | qspi_regs_t * | QSPIx | ) |
Get threshold of RXFIFO that triggers an RXNE event.
Register|BitsName --------|-------- RXFTL | RFT
QSPIx | QSPI instance |
Returned | value can be one of the following values: 0 ~ (FIFO_DEPTH - 1) |
Definition at line 1656 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_standard | ( | qspi_regs_t * | QSPIx | ) |
Get serial protocol used.
Register|BitsName --------|-------- CTRL0 | FRF
QSPIx | QSPI instance |
Returned | value can be one of the following values: |
Definition at line 1270 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_transfer_direction | ( | qspi_regs_t * | QSPIx | ) |
Get transfer direction mode.
Register|BitsName --------|-------- CTRL0 | TMOD
QSPIx | QSPI instance |
Returned | value can be one of the following values: |
Definition at line 1158 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_tx_fifo_level | ( | qspi_regs_t * | QSPIx | ) |
Get FIFO Transmission Level.
Register|BitsName --------|-------- TXFL | TXTFL
QSPIx | QSPI instance |
Returned | value can be one of the following values: 0 ~ FIFO_DEPTH |
Definition at line 1671 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_tx_fifo_threshold | ( | qspi_regs_t * | QSPIx | ) |
Get threshold of TXFIFO that triggers an TXE event.
Register|BitsName --------|-------- TXFTL | TFT
QSPIx | QSPI instance |
Returned | value can be one of the following values: 0 ~ (FIFO_DEPTH - 1) |
Definition at line 1625 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_tx_start_fifo_threshold | ( | qspi_regs_t * | QSPIx | ) |
Get threshold of TX transfer start.
Register|BitsName --------|-------- TXFTL | TXFTHR
QSPIx | QSPI instance |
Returned | value can be one of the following values: 0 ~ (FIFO_DEPTH - 1) |
Definition at line 1594 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_get_version | ( | qspi_regs_t * | QSPIx | ) |
Get IP version.
Register|BitsName --------|-------- COMP | VERSION
QSPIx | QSPI instance |
Returned | value is const. |
Definition at line 1716 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_is_enabled | ( | qspi_regs_t * | QSPIx | ) |
Check if SPI peripheral is enabled.
Register|BitsName --------|-------- QSPI_EN | EN
QSPIx | QSPI instance |
State | of bit (1 or 0). |
Definition at line 1355 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_is_enabled_micro_handshake | ( | qspi_regs_t * | QSPIx | ) |
Check if Handshake in Microwire mode is enabled.
Register|BitsName --------|-------- MWC | MHS
QSPIx | QSPI instance |
State | of bit (1 or 0). |
Definition at line 1400 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_is_enabled_slave_out | ( | qspi_regs_t * | QSPIx | ) |
Check if slave output is enabled.
Register|BitsName --------|-------- CTRL0 | SLVOE
QSPIx | QSPI instance |
State | of bit (1 or 0). |
Definition at line 1119 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_is_enabled_ss | ( | qspi_regs_t * | QSPIx, |
uint32_t | ss | ||
) |
Check if slave select is enabled.
Register|BitsName --------|-------- SE | SLAVE1 SE | SLAVE0
QSPIx | QSPI instance |
ss | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 1531 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_is_enabled_ss_toggle | ( | qspi_regs_t * | QSPIx | ) |
Check if slave select toggle is enabled.
Register|BitsName --------|-------- CTRL0 | SSTEN
QSPIx | QSPI instance |
State | of bit (1 or 0). |
Definition at line 836 of file gr55xx_ll_qspi.h.
__STATIC_INLINE uint32_t ll_qspi_is_enabled_test_mode | ( | qspi_regs_t * | QSPIx | ) |
Check if SPI test mode is enabled.
Register|BitsName --------|-------- CTRL0 | SRL
QSPIx | QSPI instance |
State | of bit (1 or 0). |
Definition at line 1074 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_baud_rate_prescaler | ( | qspi_regs_t * | QSPIx, |
uint32_t | baud_rate | ||
) |
Set baud rate prescaler.
Register|BitsName --------|-------- BAUD | SCKDIV
QSPIx | QSPI instance |
baud_rate | This parameter can be one even value between 2 and 65534, if the value is 0, the SCLK is disable. |
None |
Definition at line 1548 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_clock_phase | ( | qspi_regs_t * | QSPIx, |
uint32_t | clock_phase | ||
) |
Set clock phase.
Register|BitsName --------|-------- CTRL0 | SCPHA
QSPIx | QSPI instance |
clock_phase | This parameter can be one of the following values: |
None |
Definition at line 1215 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_clock_polarity | ( | qspi_regs_t * | QSPIx, |
uint32_t | clock_polarity | ||
) |
Set clock polarity.
Register|BitsName --------|-------- CTRL0 | SCPOL
QSPIx | QSPI instance |
clock_polarity | This parameter can be one of the following values: |
None |
Definition at line 1178 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_control_frame_size | ( | qspi_regs_t * | QSPIx, |
uint32_t | size | ||
) |
Set the length of the control word for the Microwire frame format.
Register|BitsName --------|-------- CTRL0 | CFS
None |
Definition at line 997 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_data_size | ( | qspi_regs_t * | QSPIx, |
uint32_t | size | ||
) |
Set frame data size.
Register|BitsName --------|-------- CTRL0 | DFS32
None |
Definition at line 920 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_frame_format | ( | qspi_regs_t * | QSPIx, |
uint32_t | frf | ||
) |
Set data frame format for transmitting/receiving the data.
Register|BitsName --------|-------- CTRL0 | SPIFRF
QSPIx | QSPI instance |
frf | This parameter can be one of the following values: |
None |
Definition at line 856 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_micro_transfer_direction | ( | qspi_regs_t * | QSPIx, |
uint32_t | transfer_direction | ||
) |
Set transfer direction mode in Microwire mode.
Register|BitsName --------|-------- MWC | MDD
QSPIx | QSPI instance |
transfer_direction | This parameter can be one of the following values: |
None |
Definition at line 1419 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_micro_transfer_mode | ( | qspi_regs_t * | QSPIx, |
uint32_t | transfer_mode | ||
) |
Set transfer mode in Microwire mode.
Register|BitsName --------|-------- MWC | MWMOD
QSPIx | QSPI instance |
transfer_mode | This parameter can be one of the following values: |
None |
Definition at line 1456 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_receive_size | ( | qspi_regs_t * | QSPIx, |
uint32_t | size | ||
) |
Set the number of data frames to be continuously received.
Register|BitsName --------|-------- CTRL1 | NDF
QSPIx | QSPI instance |
size | This parameter can be one of the following values: 0 ~ 65535 |
None |
Definition at line 1289 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_rx_fifo_threshold | ( | qspi_regs_t * | QSPIx, |
uint32_t | threshold | ||
) |
Set threshold of RXFIFO that triggers an RXNE event.
Register|BitsName --------|-------- RXFTL | RFT
QSPIx | QSPI instance |
threshold | This parameter can be one of the following values: 0 ~ (FIFO_DEPTH - 1) |
None |
Definition at line 1641 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_standard | ( | qspi_regs_t * | QSPIx, |
uint32_t | standard | ||
) |
Set serial protocol used.
Register|BitsName --------|-------- CTRL0 | FRF
QSPIx | QSPI instance |
standard | This parameter can be one of the following values: |
None |
Definition at line 1252 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_transfer_direction | ( | qspi_regs_t * | QSPIx, |
uint32_t | transfer_direction | ||
) |
Set transfer direction mode.
Register|BitsName --------|-------- CTRL0 | TMOD
QSPIx | QSPI instance |
transfer_direction | This parameter can be one of the following values: |
None |
Definition at line 1139 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_tx_fifo_threshold | ( | qspi_regs_t * | QSPIx, |
uint32_t | threshold | ||
) |
Set threshold of TXFIFO that triggers an TXE event.
Register|BitsName --------|-------- TXFTL | TFT
QSPIx | QSPI instance |
threshold | This parameter can be one of the following values: 0 ~ (FIFO_DEPTH - 1) |
None |
Definition at line 1610 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_qspi_set_tx_start_fifo_threshold | ( | qspi_regs_t * | QSPIx, |
uint32_t | threshold | ||
) |
Set threshold of TX transfer start.
Register|BitsName --------|-------- TXFTL | TXFTHR
QSPIx | QSPI instance |
threshold | This parameter can be one of the following values: 0 ~ (FIFO_DEPTH - 1) |
None |
Definition at line 1579 of file gr55xx_ll_qspi.h.
__STATIC_INLINE void ll_spi_disable | ( | spi_regs_t * | SPIx | ) |
Disable SPI peripheral.
Register|BitsName --------|-------- SSI_EN | EN
SPIx | SPI instance |
None |
Definition at line 896 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_disable_micro_handshake | ( | spi_regs_t * | SPIx | ) |
Disable Handshake in Microwire mode.
Register|BitsName --------|-------- MWC | MHS
SPIx | SPI instance |
None |
Definition at line 941 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_disable_salve_out | ( | spi_regs_t * | SPIx | ) |
Disable slave output.
Register|BitsName --------|-------- CTRL0 | SLVOE
SPIx | SPI instance |
None |
Definition at line 662 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_disable_ss | ( | spi_regs_t * | SPIx, |
uint32_t | ss | ||
) |
Disable slave select.
Register|BitsName --------|-------- SE | SLAVE1 SE | SLAVE0
SPIx | SPI instance |
ss | This parameter can be one of the following values: |
None |
Definition at line 1068 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_disable_ss_toggle | ( | spi_regs_t * | SPIx | ) |
Disable slave select toggle.
Register|BitsName --------|-------- CTRL0 | SSTEN
SPIx | SPI instance |
None |
Definition at line 417 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_disable_test_mode | ( | spi_regs_t * | SPIx | ) |
Disable SPI test mode.
Register|BitsName --------|-------- CTRL0 | SRL
SPIx | SPI instance |
None |
Definition at line 617 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_enable | ( | spi_regs_t * | SPIx | ) |
Enable SPI peripheral.
Register|BitsName --------|-------- SSI_EN | EN
SPIx | SPI instance |
None |
Definition at line 880 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_enable_micro_handshake | ( | spi_regs_t * | SPIx | ) |
Enable Handshake in Microwire mode.
Register|BitsName --------|-------- MWC | MHS
SPIx | SPI instance |
None |
Definition at line 926 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_enable_slave_out | ( | spi_regs_t * | SPIx | ) |
Enable slave output.
Register|BitsName --------|-------- CTRL0 | SLVOE
SPIx | SPI instance |
None |
Definition at line 647 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_enable_ss | ( | spi_regs_t * | SPIx, |
uint32_t | ss | ||
) |
Enable slave select.
Register|BitsName --------|-------- SE | SLAVE1 SE | SLAVE0
SPIx | SPI instance |
ss | This parameter can be one of the following values: |
None |
Definition at line 1049 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_enable_ss_toggle | ( | spi_regs_t * | SPIx | ) |
Enable slave select toggle.
Register|BitsName --------|-------- CTRL0 | SSTEN
SPIx | SPI instance |
None |
Definition at line 401 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_enable_test_mode | ( | spi_regs_t * | SPIx | ) |
Enable SPI test mode.
Register|BitsName --------|-------- CTRL0 | SRL
SPIx | SPI instance |
None |
Definition at line 602 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_baud_rate_prescaler | ( | spi_regs_t * | SPIx | ) |
Get baud rate prescaler.
Register|BitsName --------|-------- BAUD | SCKDIV
SPIx | SPI instance |
Returned | value can be one even value between 2 and 65534. |
Definition at line 1119 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_clock_phase | ( | spi_regs_t * | SPIx | ) |
Get clock phase.
Register|BitsName --------|-------- CTRL0 | SCPHA
SPIx | SPI instance |
Returned | value can be one of the following values: |
Definition at line 790 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_clock_polarity | ( | spi_regs_t * | SPIx | ) |
Get clock polarity.
Register|BitsName --------|-------- CTRL0 | SCPOL
SPIx | SPI instance |
Returned | value can be one of the following values: |
Definition at line 753 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_control_frame_size | ( | spi_regs_t * | SPIx | ) |
Get the length of the control word for the Microwire frame format.
Register|BitsName --------|-------- CTRL0 | CFS
SPIx | SPI instance |
Definition at line 587 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_data_size | ( | spi_regs_t * | SPIx | ) |
Get frame data size.
Register|BitsName --------|-------- CTRL0 | DFS32
SPIx | SPI instance |
Definition at line 522 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_micro_transfer_direction | ( | spi_regs_t * | SPIx | ) |
Get transfer direction mode in Microwire mode.
Register|BitsName --------|-------- MWC | MDD
SPIx | SPI instance |
Returned | value can be one of the following values: |
Definition at line 993 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_micro_transfer_mode | ( | spi_regs_t * | SPIx | ) |
Get transfer mode in Microwire mode.
Register|BitsName --------|-------- MWC | MWMOD
SPIx | SPI instance |
Returned | value can be one of the following values: |
Definition at line 1030 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_receive_size | ( | spi_regs_t * | SPIx | ) |
Get the number of data frames to be continuously received.
Register|BitsName --------|-------- CTRL1 | NDF
SPIx | SPI instance |
Returned | value can be one of the following values: 0 ~ 65535 |
Definition at line 865 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_rx_fifo_level | ( | spi_regs_t * | SPIx | ) |
Get FIFO reception Level.
Register|BitsName --------|-------- RXFL | RXTFL
SPIx | SPI instance |
Returned | value can be one of the following values: 0 ~ LL_SPI_x_FIFO_DEPTH |
Definition at line 1211 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_rx_fifo_threshold | ( | spi_regs_t * | SPIx | ) |
Get threshold of RXFIFO that triggers an RXNE event.
Register|BitsName --------|-------- RXFTL | RFT
SPIx | SPI instance |
Returned | value can be one of the following values: 0 ~ (LL_SPI_x_FIFO_DEPTH - 1) |
Definition at line 1181 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_standard | ( | spi_regs_t * | SPIx | ) |
Get serial protocol used.
Register|BitsName --------|-------- CTRL0 | FRF
SPIx | SPI instance |
Returned | value can be one of the following values: |
Definition at line 828 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_transfer_direction | ( | spi_regs_t * | SPIx | ) |
Get transfer direction mode.
Register|BitsName --------|-------- CTRL0 | TMOD
SPIx | SPI instance |
Returned | value can be one of the following values: |
Definition at line 716 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_tx_fifo_level | ( | spi_regs_t * | SPIx | ) |
Get FIFO Transmission Level.
Register|BitsName --------|-------- TXFL | TXTFL
SPIx | SPI instance |
Returned | value can be one of the following values: 0 ~ LL_SPI_x_FIFO_DEPTH |
Definition at line 1196 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_get_tx_fifo_threshold | ( | spi_regs_t * | SPIx | ) |
Get threshold of TXFIFO that triggers an TXE event.
Register|BitsName --------|-------- TXFTL | TFT
SPIx | SPI instance |
Returned | value can be one of the following values: 0 ~ (LL_SPI_x_FIFO_DEPTH - 1) |
Definition at line 1150 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_is_enabled | ( | spi_regs_t * | SPIx | ) |
Check if SPI peripheral is enabled.
Register|BitsName --------|-------- SSI_EN | EN
SPIx | SPI instance |
State | of bit (1 or 0). |
Definition at line 911 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_is_enabled_micro_handshake | ( | spi_regs_t * | SPIx | ) |
Check if Handshake in Microwire mode is enabled.
Register|BitsName --------|-------- MWC | MHS
SPIx | SPI instance |
State | of bit (1 or 0). |
Definition at line 956 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_is_enabled_slave_out | ( | spi_regs_t * | SPIx | ) |
Check if slave output is enabled.
Register|BitsName --------|-------- CTRL0 | SLVOE
SPIx | SPI instance |
State | of bit (1 or 0). |
Definition at line 677 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_is_enabled_ss | ( | spi_regs_t * | SPIx, |
uint32_t | ss | ||
) |
Check if slave select is enabled.
Register|BitsName --------|-------- SE | SLAVE1 SE | SLAVE0
SPIx | SPI instance |
ss | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 1087 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_is_enabled_ss_toggle | ( | spi_regs_t * | SPIx | ) |
Check if slave select toggle is enabled.
Register|BitsName --------|-------- CTRL0 | SSTEN
SPIx | SPI instance |
State | of bit (1 or 0). |
Definition at line 433 of file gr55xx_ll_spi.h.
__STATIC_INLINE uint32_t ll_spi_is_enabled_test_mode | ( | spi_regs_t * | SPIx | ) |
Check if SPI test mode is enabled.
Register|BitsName --------|-------- CTRL0 | SRL
SPIx | SPI instance |
State | of bit (1 or 0). |
Definition at line 632 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_baud_rate_prescaler | ( | spi_regs_t * | SPIx, |
uint32_t | baud_rate | ||
) |
Set baud rate prescaler.
Register|BitsName --------|-------- BAUD | SCKDIV
SPIx | SPI instance |
baud_rate | This parameter can be one even value between 2 and 65534, if the value is 0, the SCLK is disable. |
None |
Definition at line 1104 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_clock_phase | ( | spi_regs_t * | SPIx, |
uint32_t | clock_phase | ||
) |
Set clock phase.
Register|BitsName --------|-------- CTRL0 | SCPHA
SPIx | SPI instance |
clock_phase | This parameter can be one of the following values: |
None |
Definition at line 773 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_clock_polarity | ( | spi_regs_t * | SPIx, |
uint32_t | clock_polarity | ||
) |
Set clock polarity.
Register|BitsName --------|-------- CTRL0 | SCPOL
SPIx | SPI instance |
clock_polarity | This parameter can be one of the following values: |
None |
Definition at line 736 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_control_frame_size | ( | spi_regs_t * | SPIx, |
uint32_t | size | ||
) |
Set the length of the control word for the Microwire frame format.
Register|BitsName --------|-------- CTRL0 | CFS
None |
Definition at line 555 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_data_size | ( | spi_regs_t * | SPIx, |
uint32_t | size | ||
) |
Set frame data size.
Register|BitsName --------|-------- CTRL0 | DFS32
None |
Definition at line 478 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_micro_transfer_direction | ( | spi_regs_t * | SPIx, |
uint32_t | transfer_direction | ||
) |
Set transfer direction mode in Microwire mode.
Register|BitsName --------|-------- MWC | MDD
SPIx | SPI instance |
transfer_direction | This parameter can be one of the following values: |
None |
Definition at line 975 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_micro_transfer_mode | ( | spi_regs_t * | SPIx, |
uint32_t | transfer_mode | ||
) |
Set transfer mode in Microwire mode.
Register|BitsName --------|-------- MWC | MWMOD
SPIx | SPI instance |
transfer_mode | This parameter can be one of the following values: |
None |
Definition at line 1012 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_receive_size | ( | spi_regs_t * | SPIx, |
uint32_t | size | ||
) |
Set the number of data frames to be continuously received.
Register|BitsName --------|-------- CTRL1 | NDF
SPIx | SPI instance |
size | This parameter can be one of the following values: 0 ~ 65535 |
None |
Definition at line 847 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_rx_fifo_threshold | ( | spi_regs_t * | SPIx, |
uint32_t | threshold | ||
) |
Set threshold of RXFIFO that triggers an RXNE event.
Register|BitsName --------|-------- RXFTL | RFT
SPIx | SPI instance |
threshold | This parameter can be one of the following values: 0 ~ (LL_SPI_x_FIFO_DEPTH - 1) |
None |
Definition at line 1166 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_standard | ( | spi_regs_t * | SPIx, |
uint32_t | standard | ||
) |
Set serial protocol used.
Register|BitsName --------|-------- CTRL0 | FRF
SPIx | SPI instance |
standard | This parameter can be one of the following values: |
None |
Definition at line 810 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_transfer_direction | ( | spi_regs_t * | SPIx, |
uint32_t | transfer_direction | ||
) |
Set transfer direction mode.
Register|BitsName --------|-------- CTRL0 | TMOD
SPIx | SPI instance |
transfer_direction | This parameter can be one of the following values: |
None |
Definition at line 697 of file gr55xx_ll_spi.h.
__STATIC_INLINE void ll_spi_set_tx_fifo_threshold | ( | spi_regs_t * | SPIx, |
uint32_t | threshold | ||
) |
Set threshold of TXFIFO that triggers an TXE event.
Register|BitsName --------|-------- TXFTL | TFT
SPIx | SPI instance |
threshold | This parameter can be one of the following values: 0 ~ (LL_SPI_x_FIFO_DEPTH - 1) |
None |
Definition at line 1135 of file gr55xx_ll_spi.h.