MCPcopy Create free account
hub / github.com/FrameworkComputer/framework-system / operation_mode

Method operation_mode

framework_lib/src/csme.rs:261–263  ·  view source on GitHub ↗

Parse HFSTS1 to get operation mode (bits 16-19)

(&self)

Source from the content-addressed store, hash-verified

259
260 /// Parse HFSTS1 to get operation mode (bits 16-19)
261 pub fn operation_mode(&self) -> MeOperationMode {
262 MeOperationMode::from(((self.hfsts1 >> 16) & 0x0F) as u8)
263 }
264
265 /// Parse bootguard status for CSME11-17 (from HFSTS6)
266 pub fn bootguard_csme11(&self) -> BootguardStatus {

Callers

nothing calls this directly

Calls 1

mei1Method · 0.80

Tested by

no test coverage detected