1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - PRNG User Entropy Value"]
5 pub prng_user_entropy: crate::Reg<prng_user_entropy::PRNG_USER_ENTROPY_SPEC>,
6 #[doc = "0x04 - PRNG Random Number Output"]
7 pub prng_rnd_num: crate::Reg<prng_rnd_num::PRNG_RND_NUM_SPEC>,
8}
9#[doc = "PRNG_USER_ENTROPY register accessor: an alias for `Reg<PRNG_USER_ENTROPY_SPEC>`"]
10pub type PRNG_USER_ENTROPY = crate::Reg<prng_user_entropy::PRNG_USER_ENTROPY_SPEC>;
11#[doc = "PRNG User Entropy Value"]
12pub mod prng_user_entropy;
13#[doc = "PRNG_RND_NUM register accessor: an alias for `Reg<PRNG_RND_NUM_SPEC>`"]
14pub type PRNG_RND_NUM = crate::Reg<prng_rnd_num::PRNG_RND_NUM_SPEC>;
15#[doc = "PRNG Random Number Output"]
16pub mod prng_rnd_num;