Struct stm32_metapac::dts::regs::Itr1
#[repr(transparent)]pub struct Itr1(pub u32);
Expand description
Temperature sensor interrupt threshold register 1.
Tuple Fields§
§0: u32
Implementations§
§impl Itr1
impl Itr1
pub const fn litthd(&self) -> u16
pub const fn litthd(&self) -> u16
Low interrupt threshold for temperature sensor 1 These bits are set and cleared by software. They indicate the lowest value than can be reached before raising an interrupt signal.
pub fn set_litthd(&mut self, val: u16)
pub fn set_litthd(&mut self, val: u16)
Low interrupt threshold for temperature sensor 1 These bits are set and cleared by software. They indicate the lowest value than can be reached before raising an interrupt signal.
pub const fn hitthd(&self) -> u16
pub const fn hitthd(&self) -> u16
High interrupt threshold for temperature sensor 1 These bits are set and cleared by software. They indicate the highest value than can be reached before raising an interrupt signal.
pub fn set_hitthd(&mut self, val: u16)
pub fn set_hitthd(&mut self, val: u16)
High interrupt threshold for temperature sensor 1 These bits are set and cleared by software. They indicate the highest value than can be reached before raising an interrupt signal.
Trait Implementations§
impl Copy for Itr1
impl Eq for Itr1
impl StructuralPartialEq for Itr1
Auto Trait Implementations§
impl Freeze for Itr1
impl RefUnwindSafe for Itr1
impl Send for Itr1
impl Sync for Itr1
impl Unpin for Itr1
impl UnwindSafe for Itr1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)