![]() |
nrfxlib API 3.3.99
|
| uint8_t nrf_sqspi_data_fmt_t::data_container |
Size in bits of the container that gets transffered at once The size of the data container affects the bit ordering, depending on the memory buffer endianness and the data bit order.
When the memory endianness is little (default) and the data_bit_order is MSB first, the data is transferred like in this example:
When the memory endianness is little (default) and the data_bit_order is LSB first, the container size doesn't matter. Data is transferred like in this example: