#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - CORDIC Control Status register"] pub csr: crate::Reg, #[doc = "0x04 - CORDIC argument register"] pub wdata: crate::Reg, #[doc = "0x08 - CORDIC result register"] pub rdata: crate::Reg, } #[doc = "CSR register accessor: an alias for `Reg`"] pub type CSR = crate::Reg; #[doc = "CORDIC Control Status register"] pub mod csr; #[doc = "WDATA register accessor: an alias for `Reg`"] pub type WDATA = crate::Reg; #[doc = "CORDIC argument register"] pub mod wdata; #[doc = "RDATA register accessor: an alias for `Reg`"] pub type RDATA = crate::Reg; #[doc = "CORDIC result register"] pub mod rdata;