Struct Itatbdata0
#[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: u32Implementations§
§impl Itatbdata0
impl Itatbdata0
pub 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.
pub const fn set_atdata_0(&mut self, val: Atdata0)
pub const 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.
pub 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.
pub const fn set_atdata_1(&mut self, val: Atdata1)
pub const 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.
pub 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.
pub const fn set_atdata_2(&mut self, val: Atdata2)
pub const 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.
pub 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.
pub const fn set_atdata_3(&mut self, val: Atdata3)
pub const 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.
pub 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.
pub const fn set_atdata_4(&mut self, val: Atdata4)
pub const 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§
§impl Clone for Itatbdata0
impl Clone for Itatbdata0
§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 more