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

◆ nrf_semmc_enable()

nrf_semmc_error_t nrf_semmc_enable ( nrf_semmc_t const * p_semmc)

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

Explicitly power up and configure the controller.

Optional: Recommended around sequences of operations to avoid repeated power toggling latency.

Parameters
[in]p_semmcPointer to the eMMC driver instance.
Return values
NRF_SEMMC_SUCCESSController powered up successfully.
NRF_SEMMC_ERROR_INVALID_PARAMInvalid or NULL parameter provided.
NRF_SEMMC_ERROR_HW_FAULTHardware power-up failed.
NRF_SEMMC_ERROR_INTERNALInternal error during power-up.