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

Method mei1

framework_lib/src/csme.rs:362–366  ·  view source on GitHub ↗

Get the primary MEI1 record (most common)

(&self)

Source from the content-addressed store, hash-verified

360impl MeSmbiosInfo {
361 /// Get the primary MEI1 record (most common)
362 pub fn mei1(&self) -> Option<&MeFwstsRecord> {
363 self.records
364 .iter()
365 .find(|r| r.component == MeComponent::Mei1)
366 }
367
368 /// Get bootguard status based on ME family
369 pub fn bootguard_status(&self, family: MeFamily) -> Option<BootguardStatus> {

Callers 6

bootguard_statusMethod · 0.80
working_stateMethod · 0.80
operation_modeMethod · 0.80
me_fwsts_from_smbiosFunction · 0.80
me_infoFunction · 0.80

Calls

no outgoing calls

Tested by 1