pub type Xcr<const N: u32, Layout> = Register<Layout, <XcrIo<N> as ControlRegister>::Access, XcrIo<N>>;Expand description
Example usage:
use regio::x86::Xcr;
const XCR0: Xcr<0, u64> = Xcr::new();Aliased Type§
pub struct Xcr<const N: u32, Layout> { /* private fields */ }