#[repr(transparent)]pub struct Itatbctr0(pub u32);Expand description
The ITATBCTR0 register controls the value of the atvalidm0, atvalidm1, and atreadys outputs in integration mode.
Tuple Fields§
§0: u32Implementations§
Source§impl Itatbctr0
impl Itatbctr0
Sourcepub const fn set_atvalidm0(&mut self, val: Atvalidm0)
pub const fn set_atvalidm0(&mut self, val: Atvalidm0)
Sets the value of the atvalidm0 output.
Sourcepub const fn set_atvalidm1(&mut self, val: Atvalidm1)
pub const fn set_atvalidm1(&mut self, val: Atvalidm1)
Sets the value of the atvalidm1 output.
Sourcepub const fn set_atreadys(&mut self, val: Atreadys)
pub const fn set_atreadys(&mut self, val: Atreadys)
Sets the value of the atreadys output.
Trait Implementations§
impl Copy for Itatbctr0
impl Eq for Itatbctr0
impl StructuralPartialEq for Itatbctr0
Auto Trait Implementations§
impl Freeze for Itatbctr0
impl RefUnwindSafe for Itatbctr0
impl Send for Itatbctr0
impl Sync for Itatbctr0
impl Unpin for Itatbctr0
impl UnwindSafe for Itatbctr0
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