pub struct TP_DATA_SPEC;Expand description
TP Data Register
You can read this register and get tp_data::R. See API.
Trait Implementations§
Source§impl RegisterSpec for TP_DATA_SPEC
impl RegisterSpec for TP_DATA_SPEC
Source§impl Resettable for TP_DATA_SPEC
reset() method sets tp_data to value 0
impl Resettable for TP_DATA_SPEC
reset() method sets tp_data to value 0
Source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpadc::tp_data::TP_DATA_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <tpadc::tp_data::TP_DATA_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for TP_DATA_SPEC
read() method returns tp_data::R reader structure
Auto Trait Implementations§
impl Freeze for TP_DATA_SPEC
impl RefUnwindSafe for TP_DATA_SPEC
impl Send for TP_DATA_SPEC
impl Sync for TP_DATA_SPEC
impl Unpin for TP_DATA_SPEC
impl UnwindSafe for TP_DATA_SPEC
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