1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_id_ctrl_apsta - Flags indicating the attributes of the autonā
7omous power state transition feature.
8
SYNOPSIS
10enum nvme_id_ctrl_apsta {
11NVME_CTRL_APSTA_APST
1213
};
14
Constants
16NVME_CTRL_APSTA_APST
17If set, then the controller supports autonomous power state
18transitions.
1920
21
22
November 2022 enum nvme_id_ctrl_apsta libnvme(9)