MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Enable

Method Enable

Kernel/include/nvme.h:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 }
360
361 __attribute__((always_inline)) inline void Enable(){
362 cRegs->config |= NVME_CFG_ENABLE;
363 }
364
365 __attribute__((always_inline)) inline void Disable(){
366 cRegs->config &= ~NVME_CFG_ENABLE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected