pub type StatusRegister = status_register_t;
pub struct StatusRegister { pub status: u32, pub addr_4b: bool, }
status: u32
addr_4b: bool