pub trait SaffireproSwNoticeOperation: TcatExtensionOperation {
const SW_NOTICE_OFFSET: usize;
// Provided method
fn write_sw_notice(
req: &FwReq,
node: &FwNode,
sections: &ExtensionSections,
notice: u32,
timeout_ms: u32,
) -> Result<(), Error> { ... }
}Expand description
Software notice protocol to update hardware parameter.
Required Associated Constants§
const SW_NOTICE_OFFSET: usize
Provided Methods§
fn write_sw_notice( req: &FwReq, node: &FwNode, sections: &ExtensionSections, notice: u32, timeout_ms: u32, ) -> Result<(), Error>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.