Struct imxrt_ral::tempmon::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub TEMPSENSE0: RWRegister<u32>,
pub TEMPSENSE0_SET: RWRegister<u32>,
pub TEMPSENSE0_CLR: RWRegister<u32>,
pub TEMPSENSE0_TOG: RWRegister<u32>,
pub TEMPSENSE1: RWRegister<u32>,
pub TEMPSENSE1_SET: RWRegister<u32>,
pub TEMPSENSE1_CLR: RWRegister<u32>,
pub TEMPSENSE1_TOG: RWRegister<u32>,
pub TEMPSENSE2: RWRegister<u32>,
pub TEMPSENSE2_SET: RWRegister<u32>,
pub TEMPSENSE2_CLR: RWRegister<u32>,
pub TEMPSENSE2_TOG: RWRegister<u32>,
/* private fields */
}
Expand description
Temperature Monitor
Fields§
§TEMPSENSE0: RWRegister<u32>
Tempsensor Control Register 0
TEMPSENSE0_SET: RWRegister<u32>
Tempsensor Control Register 0
TEMPSENSE0_CLR: RWRegister<u32>
Tempsensor Control Register 0
TEMPSENSE0_TOG: RWRegister<u32>
Tempsensor Control Register 0
TEMPSENSE1: RWRegister<u32>
Tempsensor Control Register 1
TEMPSENSE1_SET: RWRegister<u32>
Tempsensor Control Register 1
TEMPSENSE1_CLR: RWRegister<u32>
Tempsensor Control Register 1
TEMPSENSE1_TOG: RWRegister<u32>
Tempsensor Control Register 1
TEMPSENSE2: RWRegister<u32>
Tempsensor Control Register 2
TEMPSENSE2_SET: RWRegister<u32>
Tempsensor Control Register 2
TEMPSENSE2_CLR: RWRegister<u32>
Tempsensor Control Register 2
TEMPSENSE2_TOG: RWRegister<u32>
Tempsensor Control Register 2
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