time.rs 97 B

1234
  1. //! time register
  2. read_csr_as_usize!(0xC01);
  3. read_composite_csr!(super::timeh::read(), read());