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§

Provided Methods§

source

fn write_sw_notice( req: &FwReq, node: &FwNode, sections: &ExtensionSections, notice: u32, timeout_ms: u32 ) -> Result<(), Error>

Object Safety§

This trait is not object safe.

Implementors§