#[repr(transparent)]pub struct Itctrl(pub u32);Expand description
The ITCTRL register enables the component to switch from a functional mode, which is the default behavior, to integration mode where the inputs and outputs of the component can be directly controlled for the purposes of integration testing and topology detection.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Itctrl
impl Eq for Itctrl
impl StructuralPartialEq for Itctrl
Auto Trait Implementations§
impl Freeze for Itctrl
impl RefUnwindSafe for Itctrl
impl Send for Itctrl
impl Sync for Itctrl
impl Unpin for Itctrl
impl UnwindSafe for Itctrl
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