1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Auxiliary control register"]
5 pub actrl: ACTRL,
6}
7#[doc = "Auxiliary control register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [actrl](actrl) module"]
8pub type ACTRL = crate::Reg<u32, _ACTRL>;
9#[allow(missing_docs)]
10#[doc(hidden)]
11pub struct _ACTRL;
12#[doc = "`read()` method returns [actrl::R](actrl::R) reader structure"]
13impl crate::Readable for ACTRL {}
14#[doc = "`write(|w| ..)` method takes [actrl::W](actrl::W) writer structure"]
15impl crate::Writable for ACTRL {}
16#[doc = "Auxiliary control register"]
17pub mod actrl;