Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
ahci_ghc_t Struct Reference

#include <ahci_reg.hpp>

Data Fields

uint8_t reset: 1
 
uint8_t int_enable: 1
 
uint8_t mrsm: 2
 
uint32_t reserved: 27
 
uint8_t ahci_enable: 1
 

Detailed Description

Definition at line 28 of file ahci_reg.hpp.

Field Documentation

◆ ahci_enable

uint8_t ahci_ghc_t::ahci_enable

Definition at line 33 of file ahci_reg.hpp.

◆ int_enable

uint8_t ahci_ghc_t::int_enable

Definition at line 30 of file ahci_reg.hpp.

◆ mrsm

uint8_t ahci_ghc_t::mrsm

Definition at line 31 of file ahci_reg.hpp.

◆ reserved

uint32_t ahci_ghc_t::reserved

Definition at line 32 of file ahci_reg.hpp.

◆ reset

uint8_t ahci_ghc_t::reset

Definition at line 29 of file ahci_reg.hpp.


The documentation for this struct was generated from the following file: