Skip to content

Commit 7c42ae3

Browse files
bikleppeannwoj
andauthored
doc: Apply suggestions from code review
Co-authored-by: Anna Wojdyło <[email protected]>
1 parent 55390bf commit 7c42ae3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

softperipheral/doc/sEMMC/limitations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Refer to the following detailed descriptions of current limitations:
2222
* A tuning cycle using CMD21 might be needed to set the proper value of :c:var:`nrf_semmc_config_t.read_delay`.
2323
* Data buffers and response buffers needs to be pointers with a 32-bit aligned address.
2424
* :c:var:`nrf_emmc_data_t.block_size` needs to be minimum 4 bytes for quad-lane data transmissions.
25-
* Setting :c:var:`nrf_semmc_config_t.process_response` to `NRF_EMMC_RESPONSE_PROC_IGNORE` will only apply to any transaction in the read direction.
25+
* Setting :c:var:`nrf_semmc_config_t.process_response` to ``NRF_EMMC_RESPONSE_PROC_IGNORE`` will only apply to any transaction in the read direction.
2626
* sEMMC is not able to process response and data at the same time. See for example :ref:`semmc_nrf54H_series_porting_guide_read_response` on how to mitigate this.
2727
* Any prepared transfer with :c:func:`nrf_semmc_cmd_prepare` will be discarded when using :c:func:`nrf_semmc_disable`.

softperipheral/doc/sEMMC/semmc_nrf54L_series_porting_v0_1_0.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,6 @@ The values in the table below have been tested and are considered production-rea
310310

311311
.. _semmc_nrf54L_series_porting_guide_read_response:
312312

313-
Read responses
314-
**************
315-
316-
317313
Read responses
318314
**************
319315

0 commit comments

Comments
 (0)