atsam4sp32a_pac/
gpbr.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00..0x20 - General Purpose Backup Register"]
5    pub gpbr: [GPBR; 8],
6}
7#[doc = "GPBR (rw) register accessor: an alias for `Reg<GPBR_SPEC>`"]
8pub type GPBR = crate::Reg<gpbr::GPBR_SPEC>;
9#[doc = "General Purpose Backup Register"]
10pub mod gpbr;