atsamv71n19 0.21.0

Peripheral access API for ATSAMV71N19 microcontrollers from Atmel/Microchip (generated using svd2rust)
Documentation
1
2
3
4
5
6
7
8
9
10
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Lock Bits"]
    pub lockbit: crate::Reg<lockbit::LOCKBIT_SPEC>,
}
#[doc = "LOCKBIT register accessor: an alias for `Reg<LOCKBIT_SPEC>`"]
pub type LOCKBIT = crate::Reg<lockbit::LOCKBIT_SPEC>;
#[doc = "Lock Bits"]
pub mod lockbit;