#include <softperipheral/sEMMC/include/hal/nrf_emmc.h>
EMMC response types.
| Enumerator |
|---|
| NRF_EMMC_RESPONSE_NONE | No response
No response.
|
| NRF_EMMC_RESPONSE_R1 | R1 response
R1 response.
|
| NRF_EMMC_RESPONSE_R1B | R1 response with busy signal on DATA0 line
R1 response with busy signal.
|
| NRF_EMMC_RESPONSE_R2 | R2 response
R2 response.
|
| NRF_EMMC_RESPONSE_R3 | R3 response
R3 response.
|
| NRF_EMMC_RESPONSE_R4 | R4 response
R4 response.
|
| NRF_EMMC_RESPONSE_R5 | R5 response
R5 response.
|