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

◆ nrf_semmc_disable()

nrf_semmc_error_t nrf_semmc_disable ( nrf_semmc_t const * p_semmc)

#include <softperipheral/sEMMC/include/nrf_semmc.h>

Explicitly power down the controller.

Optional: Call after a series of operations to save power.

Parameters
[in]p_semmcPointer to the eMMC driver instance.
Return values
NRF_SEMMC_SUCCESSController powered down successfully.
NRF_SEMMC_ERROR_INVALID_PARAMInvalid or NULL parameter provided.
NRF_SEMMC_ERROR_BUSYController is busy with an operation.
NRF_SEMMC_ERROR_HW_FAULTHardware power-down failed.