Struct Trng
pub struct Trng { /* private fields */ }Implementations§
§impl Trng
impl Trng
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn health_osc1_cr(self) -> Reg<HealthOsc1Cr, RW>
pub const fn health_osc1_cr(self) -> Reg<HealthOsc1Cr, RW>
HEALTH_OSC1_CR register.
pub const fn health_osc2_cr(self) -> Reg<HealthOsc2Cr, RW>
pub const fn health_osc2_cr(self) -> Reg<HealthOsc2Cr, RW>
HEALTH_OSC2_CR register.
pub const fn health_osc3_cr(self) -> Reg<HealthOsc3Cr, RW>
pub const fn health_osc3_cr(self) -> Reg<HealthOsc3Cr, RW>
HEALTH_OSC3_CR register.
pub const fn health_osc1_sr(self) -> Reg<HealthOsc1Sr, R>
pub const fn health_osc1_sr(self) -> Reg<HealthOsc1Sr, R>
HEALTH_OSC1_SR register.
pub const fn health_osc2_sr(self) -> Reg<HealthOsc2Sr, R>
pub const fn health_osc2_sr(self) -> Reg<HealthOsc2Sr, R>
HEALTH_OSC2_SR register.
pub const fn health_osc3_sr(self) -> Reg<HealthOsc3Sr, R>
pub const fn health_osc3_sr(self) -> Reg<HealthOsc3Sr, R>
HEALTH_OSC3_SR 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