pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn ths_data_intc(&self) -> &THS_DATA_INTC
pub const fn ths_data_intc(&self) -> &THS_DATA_INTC
0x10 - THS Data Interrupt Control Register
Sourcepub const fn ths_shut_intc(&self) -> &THS_SHUT_INTC
pub const fn ths_shut_intc(&self) -> &THS_SHUT_INTC
0x14 - THS Shut Interrupt Control Register
Sourcepub const fn ths_alarm_intc(&self) -> &THS_ALARM_INTC
pub const fn ths_alarm_intc(&self) -> &THS_ALARM_INTC
0x18 - THS Alarm Interrupt Control Register
Sourcepub const fn ths_data_ints(&self) -> &THS_DATA_INTS
pub const fn ths_data_ints(&self) -> &THS_DATA_INTS
0x20 - THS Data Interrupt Status Register
Sourcepub const fn ths_shut_ints(&self) -> &THS_SHUT_INTS
pub const fn ths_shut_ints(&self) -> &THS_SHUT_INTS
0x24 - THS Shut Interrupt Status Register
Sourcepub const fn ths_alarmo_ints(&self) -> &THS_ALARMO_INTS
pub const fn ths_alarmo_ints(&self) -> &THS_ALARMO_INTS
0x28 - THS_ALARM0_INTS
Sourcepub const fn ths_alarm_ints(&self) -> &THS_ALARM_INTS
pub const fn ths_alarm_ints(&self) -> &THS_ALARM_INTS
0x2c - THS Alarm Interrupt Status Register
Sourcepub const fn ths_filter(&self) -> &THS_FILTER
pub const fn ths_filter(&self) -> &THS_FILTER
0x30 - THS Median Filter Control Register
Sourcepub const fn ths_alarm_ctrl(&self) -> &THS_ALARM_CTRL
pub const fn ths_alarm_ctrl(&self) -> &THS_ALARM_CTRL
0x40 - THS Alarm Threshold Control Register
Sourcepub const fn ths_shutdown_ctrl(&self) -> &THS_SHUTDOWN_CTRL
pub const fn ths_shutdown_ctrl(&self) -> &THS_SHUTDOWN_CTRL
0x80 - THS Shutdown Threshold Control Register
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