MCPcopy Create free account
hub / github.com/ScaleX-IO/uGDS / nvm_raw_ctrl_init

Function nvm_raw_ctrl_init

src/libnvm/ctrl.cpp:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284
285
286int nvm_raw_ctrl_init(nvm_ctrl_t** ctrl, volatile void* mm_ptr, size_t mm_size)
287{
288 return _nvm_ctrl_init(ctrl, NULL, NULL, DEVICE_TYPE_UNKNOWN, mm_ptr, mm_size);
289}

Callers

nothing calls this directly

Calls 1

_nvm_ctrl_initFunction · 0.85

Tested by

no test coverage detected