Struct stm32_hal2::pac::axi::ini2_read_qos::INI2_READ_QOS_SPEC
source · [−]pub struct INI2_READ_QOS_SPEC;Expand description
AXI interconnect - INI x read QoS register
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see ini2_read_qos module
Trait Implementations
sourceimpl Readable for INI2_READ_QOS_SPEC
impl Readable for INI2_READ_QOS_SPEC
read() method returns ini2_read_qos::R reader structure
sourceimpl RegisterSpec for INI2_READ_QOS_SPEC
impl RegisterSpec for INI2_READ_QOS_SPEC
sourceimpl Resettable for INI2_READ_QOS_SPEC
impl Resettable for INI2_READ_QOS_SPEC
reset() method sets INI2_READ_QOS to value 0x04
sourcefn reset_value() -> <INI2_READ_QOS_SPEC as RegisterSpec>::Ux
fn reset_value() -> <INI2_READ_QOS_SPEC as RegisterSpec>::Ux
Reset value of the register.
sourceimpl Writable for INI2_READ_QOS_SPEC
impl Writable for INI2_READ_QOS_SPEC
write(|w| ..) method takes ini2_read_qos::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for INI2_READ_QOS_SPEC
impl Send for INI2_READ_QOS_SPEC
impl Sync for INI2_READ_QOS_SPEC
impl Unpin for INI2_READ_QOS_SPEC
impl UnwindSafe for INI2_READ_QOS_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more