pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn osccal16m0(&self) -> &OSCCAL16M0
pub const fn osccal16m0(&self) -> &OSCCAL16M0
0x18 - Oscillator Calibration 16 MHz Byte 0
Sourcepub const fn osccal16m1(&self) -> &OSCCAL16M1
pub const fn osccal16m1(&self) -> &OSCCAL16M1
0x19 - Oscillator Calibration 16 MHz Byte 1
Sourcepub const fn osccal20m0(&self) -> &OSCCAL20M0
pub const fn osccal20m0(&self) -> &OSCCAL20M0
0x1a - Oscillator Calibration 20 MHz Byte 0
Sourcepub const fn osccal20m1(&self) -> &OSCCAL20M1
pub const fn osccal20m1(&self) -> &OSCCAL20M1
0x1b - Oscillator Calibration 20 MHz Byte 1
Sourcepub const fn tempsense0(&self) -> &TEMPSENSE0
pub const fn tempsense0(&self) -> &TEMPSENSE0
0x20 - Temperature Sensor Calibration Byte 0
Sourcepub const fn tempsense1(&self) -> &TEMPSENSE1
pub const fn tempsense1(&self) -> &TEMPSENSE1
0x21 - Temperature Sensor Calibration Byte 1
Sourcepub const fn osc16err3v(&self) -> &OSC16ERR3V
pub const fn osc16err3v(&self) -> &OSC16ERR3V
0x22 - OSC16 error at 3V
Sourcepub const fn osc16err5v(&self) -> &OSC16ERR5V
pub const fn osc16err5v(&self) -> &OSC16ERR5V
0x23 - OSC16 error at 5V
Sourcepub const fn osc20err3v(&self) -> &OSC20ERR3V
pub const fn osc20err3v(&self) -> &OSC20ERR3V
0x24 - OSC20 error at 3V
Sourcepub const fn osc20err5v(&self) -> &OSC20ERR5V
pub const fn osc20err5v(&self) -> &OSC20ERR5V
0x25 - OSC20 error at 5V
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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