enum nvme_id_ctrl_nwpc
This field indicates the optional namespace write protection capabilities supported by the controller.
- Provided by: libnvme-dev (Version: 1.15-2)
- Source: libnvme
- Report a bug
This field indicates the optional namespace write protection capabilities supported by the controller.
enum nvme_id_ctrl_nwpc {
NVME_CTRL_NWPC_WRITE_PROTECT ,
NVME_CTRL_NWPC_WRITE_PROTECT_POWER_CYCLE ,
NVME_CTRL_NWPC_WRITE_PROTECT_PERMANENT
};