Constant devices::acpi::GPE0_STATUS

source ·
const GPE0_STATUS: u16 = _; // 8u16
Expand description

Section 4.8.5.1 General-Purpose Event Register Blocks, ACPI Spec Version 6.4

  • Each register block contains two registers: an enable and a status register.
  • Each register block is 32-bit aligned.
  • Each register in the block is accessed as a byte.

Section 4.8.5.1.1 General-Purpose Event 0 Register Block, ACPI Spec Version 6.4 This register block consists of two registers: The GPE0_STS and the GPE0_EN registers. Each register’s length is defined to be half the length of the GPE0 register block, and is described in the ACPI FADT’s GPE0_BLK and GPE0_BLK_LEN operators.

Section 4.8.5.1.1.1 General-Purpose Event 0 Status Register, ACPI Spec Version 6.4 Register Location: <GPE0_STS> System I/O or System Memory Space (defined in FADT) Size: GPE0_BLK_LEN/2 (defined in FADT)