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