pub struct Trng { /* private fields */ }Expand description
TRNG.
Implementations§
Source§impl Trng
impl Trng
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn osc2_frqcnt(self) -> Reg<Osc2frqcnt, R>
pub const fn osc2_frqcnt(self) -> Reg<Osc2frqcnt, R>
Oscillator-2 Frequency Count Register.
Sourcepub const fn pkrcnt10(self) -> Reg<Pkrcnt10, R>
pub const fn pkrcnt10(self) -> Reg<Pkrcnt10, R>
Statistical Check Poker Count 1 and 0 Register.
Sourcepub const fn pkrcnt32(self) -> Reg<Pkrcnt32, R>
pub const fn pkrcnt32(self) -> Reg<Pkrcnt32, R>
Statistical Check Poker Count 3 and 2 Register.
Sourcepub const fn pkrcnt54(self) -> Reg<Pkrcnt54, R>
pub const fn pkrcnt54(self) -> Reg<Pkrcnt54, R>
Statistical Check Poker Count 5 and 4 Register.
Sourcepub const fn pkrcnt76(self) -> Reg<Pkrcnt76, R>
pub const fn pkrcnt76(self) -> Reg<Pkrcnt76, R>
Statistical Check Poker Count 7 and 6 Register.
Sourcepub const fn pkrcnt98(self) -> Reg<Pkrcnt98, R>
pub const fn pkrcnt98(self) -> Reg<Pkrcnt98, R>
Statistical Check Poker Count 9 and 8 Register.
Sourcepub const fn pkrcntba(self) -> Reg<Pkrcntba, R>
pub const fn pkrcntba(self) -> Reg<Pkrcntba, R>
Statistical Check Poker Count B and A Register.
Sourcepub const fn pkrcntdc(self) -> Reg<Pkrcntdc, R>
pub const fn pkrcntdc(self) -> Reg<Pkrcntdc, R>
Statistical Check Poker Count D and C Register.
Sourcepub const fn pkrcntfe(self) -> Reg<Pkrcntfe, R>
pub const fn pkrcntfe(self) -> Reg<Pkrcntfe, R>
Statistical Check Poker Count F and E Register.
Sourcepub const fn int_status(self) -> Reg<IntStatus, R>
pub const fn int_status(self) -> Reg<IntStatus, R>
Interrupt Status Register.
Trait Implementations§
impl Copy for Trng
impl Eq for Trng
impl Send for Trng
impl StructuralPartialEq for Trng
impl Sync for Trng
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more