#[repr(transparent)]pub struct Itatbdata0(pub u32);
Expand description
The ITATBDATA0 register contains the value of the atdatas inputs to the TPIU. The values are valid only when atvalids is HIGH.
Tuple Fields§
§0: u32
Implementations§
Source§impl Itatbdata0
impl Itatbdata0
Sourcepub const fn atdata_0(&self) -> Atdata0
pub const fn atdata_0(&self) -> Atdata0
A read access returns the value of a pin on atdatas_x of the enabled port. A write access writes to the corresponding atdatam pin of the enabled port.
Sourcepub fn set_atdata_0(&mut self, val: Atdata0)
pub fn set_atdata_0(&mut self, val: Atdata0)
A read access returns the value of a pin on atdatas_x of the enabled port. A write access writes to the corresponding atdatam pin of the enabled port.
Sourcepub const fn atdata_1(&self) -> Atdata1
pub const fn atdata_1(&self) -> Atdata1
A read access returns the value of a pin on atdatas_x of the enabled port. A write access writes to the corresponding atdatam pin of the enabled port.
Sourcepub fn set_atdata_1(&mut self, val: Atdata1)
pub fn set_atdata_1(&mut self, val: Atdata1)
A read access returns the value of a pin on atdatas_x of the enabled port. A write access writes to the corresponding atdatam pin of the enabled port.
Sourcepub const fn atdata_2(&self) -> Atdata2
pub const fn atdata_2(&self) -> Atdata2
A read access returns the value of a pin on atdatas_x of the enabled port. A write access writes to the corresponding atdatam pin of the enabled port.
Sourcepub fn set_atdata_2(&mut self, val: Atdata2)
pub fn set_atdata_2(&mut self, val: Atdata2)
A read access returns the value of a pin on atdatas_x of the enabled port. A write access writes to the corresponding atdatam pin of the enabled port.
Sourcepub const fn atdata_3(&self) -> Atdata3
pub const fn atdata_3(&self) -> Atdata3
A read access returns the value of a pin on atdatas_x of the enabled port. A write access writes to the corresponding atdatam pin of the enabled port.
Sourcepub fn set_atdata_3(&mut self, val: Atdata3)
pub fn set_atdata_3(&mut self, val: Atdata3)
A read access returns the value of a pin on atdatas_x of the enabled port. A write access writes to the corresponding atdatam pin of the enabled port.
Sourcepub const fn atdata_4(&self) -> Atdata4
pub const fn atdata_4(&self) -> Atdata4
A read access returns the value of a pin on atdatas_x of the enabled port. A write access writes to the corresponding atdatam pin of the enabled port.
Sourcepub fn set_atdata_4(&mut self, val: Atdata4)
pub fn set_atdata_4(&mut self, val: Atdata4)
A read access returns the value of a pin on atdatas_x of the enabled port. A write access writes to the corresponding atdatam pin of the enabled port.
Trait Implementations§
Source§impl Clone for Itatbdata0
impl Clone for Itatbdata0
Source§fn clone(&self) -> Itatbdata0
fn clone(&self) -> Itatbdata0
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Default for Itatbdata0
impl Default for Itatbdata0
Source§fn default() -> Itatbdata0
fn default() -> Itatbdata0
Source§impl PartialEq for Itatbdata0
impl PartialEq for Itatbdata0
impl Copy for Itatbdata0
impl Eq for Itatbdata0
impl StructuralPartialEq for Itatbdata0
Auto Trait Implementations§
impl Freeze for Itatbdata0
impl RefUnwindSafe for Itatbdata0
impl Send for Itatbdata0
impl Sync for Itatbdata0
impl Unpin for Itatbdata0
impl UnwindSafe for Itatbdata0
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
)