Struct stm32_hal2::pac::axi::ini1_read_qos::INI1_READ_QOS_SPEC
source · [−]pub struct INI1_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 ini1_read_qos module
Trait Implementations
sourceimpl Readable for INI1_READ_QOS_SPEC
impl Readable for INI1_READ_QOS_SPEC
read() method returns ini1_read_qos::R reader structure
sourceimpl RegisterSpec for INI1_READ_QOS_SPEC
impl RegisterSpec for INI1_READ_QOS_SPEC
sourceimpl Resettable for INI1_READ_QOS_SPEC
impl Resettable for INI1_READ_QOS_SPEC
reset() method sets INI1_READ_QOS to value 0x04
sourcefn reset_value() -> <INI1_READ_QOS_SPEC as RegisterSpec>::Ux
fn reset_value() -> <INI1_READ_QOS_SPEC as RegisterSpec>::Ux
Reset value of the register.
sourceimpl Writable for INI1_READ_QOS_SPEC
impl Writable for INI1_READ_QOS_SPEC
write(|w| ..) method takes ini1_read_qos::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for INI1_READ_QOS_SPEC
impl Send for INI1_READ_QOS_SPEC
impl Sync for INI1_READ_QOS_SPEC
impl Unpin for INI1_READ_QOS_SPEC
impl UnwindSafe for INI1_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