class RamNandCtl
Defined at line 13 of file ../../src/storage/lib/ramdevice_client/cpp/include/ramdevice-client-test/ramnandctl.h
Public Methods
void ~RamNandCtl ()
Defined at line 21 of file ../../src/storage/lib/ramdevice_client/cpp/include/ramdevice-client-test/ramnandctl.h
const fidl::ClientEnd<fuchsia_hardware_nand::RamNandCtl> & ctl ()
Defined at line 23 of file ../../src/storage/lib/ramdevice_client/cpp/include/ramdevice-client-test/ramnandctl.h
const fbl::unique_fd & devfs_root ()
Defined at line 25 of file ../../src/storage/lib/ramdevice_client/cpp/include/ramdevice-client-test/ramnandctl.h
zx_status_t Create (fbl::unique_fd devfs_root, std::unique_ptr<RamNandCtl> * out)
Creates a ram_nand_ctl device in the given devfs instance.
Defined at line 28 of file ../../src/storage/lib/ramdevice_client/cpp/ramnandctl.cc
zx_status_t CreateRamNand (fuchsia_hardware_nand::wire::RamNandInfo config, std::optional<ramdevice_client::RamNand> * out)
Defined at line 42 of file ../../src/storage/lib/ramdevice_client/cpp/ramnandctl.cc