Writes the provided 32-bit value (`value`) to the provided APIC register (`register`). ## Panics If the APIC type is set to [`ApicType::None`]. ## Notes This function works for both XAPIC and X2APIC. ## Safety The provided `register` must be a valid APIC register and the `value` must be a valid value for the provided APIC register. If the `register` is 64-bit wide, then the [`Self::write_long`
(&mut self, register: u32, value: u32)
source not stored for this graph (policy: none)
no test coverage detected