![]() |
nrfxlib API 3.3.99
|
| 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.
| [in] | p_semmc | Pointer to the eMMC driver instance. |
| NRF_SEMMC_SUCCESS | Controller powered down successfully. |
| NRF_SEMMC_ERROR_INVALID_PARAM | Invalid or NULL parameter provided. |
| NRF_SEMMC_ERROR_BUSY | Controller is busy with an operation. |
| NRF_SEMMC_ERROR_HW_FAULT | Hardware power-down failed. |