nrf52840_pac/cryptocell.rs
1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 _reserved0: [u8; 0x0500],
5 #[doc = "0x500 - Enable CRYPTOCELL subsystem"]
6 pub enable: ENABLE,
7}
8#[doc = "ENABLE (rw) register accessor: an alias for `Reg<ENABLE_SPEC>`"]
9pub type ENABLE = crate::Reg<enable::ENABLE_SPEC>;
10#[doc = "Enable CRYPTOCELL subsystem"]
11pub mod enable;