1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
/***********************************************************************************************************************
 * Copyright (c) 2020 by the authors
 *
 * Author: André Borrmann <pspwizard@gmx.de>
 * License: Apache License 2.0 / MIT
 **********************************************************************************************************************/

//! # Aarch64 - System Register

//use core::cmp::PartialEq;
//use core::ops::{BitAnd, BitOr, Not, Shl, Shr};
use ruspiro_register::{RegisterField, RegisterFieldValue};

pub mod currentel;
pub mod el0;
pub mod el1;
pub mod el2;
pub mod el3;

mod macros;