nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_sqspi_data_fmt_pad_t

#include <softperipheral/sQSPI/include/nrf_sqspi.h>

Configuration of data padding in the memory and serial protocol interface.

Enumerator
NRF_SQSPI_DATA_FMT_PAD_RAW 

Data is transferred as is to/from the memory.

NRF_SQSPI_DATA_FMT_PAD_MEM_32B_WIRE_8B 

Each transferred 8-bit byte is 32-bit aligned in the memory buffer (24 LSBs are unused)

NRF_SQSPI_DATA_FMT_PAD_MEM_4B_WIRE_32B 

Each 4 bits from the memory are transferred as a 32-bit word (remaining LSBs are zeros)

NRF_SQSPI_DATA_FMT_PAD_MEM_8B_WIRE_32B 

Each 8 bits from the memory are transferred as a 32-bit word (remaining LSBs are zeros)

NRF_SQSPI_DATA_FMT_PAD_MEM_16B_WIRE_32B 

Each 16 bits from the memory are transferred as a 32-bit word (remaining LSBs are zeros)