Trait chipset::pm::PmTimerAssist

source ·
pub trait PmTimerAssist: Send + Sync {
    // Required method
    fn set(&self, port: Option<u16>);
}
Expand description

Interface to enable/disable hypervisor PM timer assist.

Required Methods§

source

fn set(&self, port: Option<u16>)

Sets the port of the PM timer assist.

Implementors§