pub struct Snc { /* private fields */ }Implementations§
Source§impl Snc
impl Snc
Sourcepub const fn snc_ctrl_reg(&self) -> &'static Reg<SncCtrlReg_SPEC, RW>
pub const fn snc_ctrl_reg(&self) -> &'static Reg<SncCtrlReg_SPEC, RW>
Sensor Node Control Register
Sourcepub const fn snc_lp_timer_reg(&self) -> &'static Reg<SncLpTimerReg_SPEC, RW>
pub const fn snc_lp_timer_reg(&self) -> &'static Reg<SncLpTimerReg_SPEC, RW>
Sensor Node Low-Power Timer Register
Sourcepub const fn snc_pc_reg(&self) -> &'static Reg<SncPcReg_SPEC, RW>
pub const fn snc_pc_reg(&self) -> &'static Reg<SncPcReg_SPEC, RW>
Sensor Node Program Counter
Sourcepub const fn snc_r1_reg(&self) -> &'static Reg<SncR1Reg_SPEC, RW>
pub const fn snc_r1_reg(&self) -> &'static Reg<SncR1Reg_SPEC, RW>
Sensor Node core - Operand 1 Register
Sourcepub const fn snc_r2_reg(&self) -> &'static Reg<SncR2Reg_SPEC, RW>
pub const fn snc_r2_reg(&self) -> &'static Reg<SncR2Reg_SPEC, RW>
Sensor Node core - Operand 2 Register
Sourcepub const fn snc_status_reg(&self) -> &'static Reg<SncStatusReg_SPEC, RW>
pub const fn snc_status_reg(&self) -> &'static Reg<SncStatusReg_SPEC, RW>
Sensor Node Status Register
Sourcepub const fn snc_tmp1_reg(&self) -> &'static Reg<SncTmp1Reg_SPEC, RW>
pub const fn snc_tmp1_reg(&self) -> &'static Reg<SncTmp1Reg_SPEC, RW>
Sensor Node core - Temporary Register 1
Sourcepub const fn snc_tmp2_reg(&self) -> &'static Reg<SncTmp2Reg_SPEC, RW>
pub const fn snc_tmp2_reg(&self) -> &'static Reg<SncTmp2Reg_SPEC, RW>
Sensor Node core - Temporary Register 2
Trait Implementations§
impl Copy for Snc
impl Eq for Snc
impl Send for Snc
SNC registers
impl StructuralPartialEq for Snc
impl Sync for Snc
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