pub struct M10_READ_QOSrs;
Expand description
AXIMC master 10 read priority register
You can read
this register and get m10_read_qos::R
. You can reset
, write
, write_with_zero
this register using m10_read_qos::W
. You can also modify
this register. See API.
See register structure
Trait Implementations§
Source§impl RegisterSpec for M10_READ_QOSrs
impl RegisterSpec for M10_READ_QOSrs
Source§impl Resettable for M10_READ_QOSrs
reset()
method sets M10_READ_QOS to value 0x0b
impl Resettable for M10_READ_QOSrs
reset()
method sets M10_READ_QOS to value 0x0b
Source§const RESET_VALUE: u32 = 11u32
const RESET_VALUE: u32 = 11u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for M10_READ_QOSrs
write(|w| ..)
method takes m10_read_qos::W
writer structure
impl Writable for M10_READ_QOSrs
write(|w| ..)
method takes m10_read_qos::W
writer structure
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
Specifies the register bits that are not changed if you pass
1
and are changed if you pass 0
Source§const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
Specifies the register bits that are not changed if you pass
0
and are changed if you pass 1
impl Readable for M10_READ_QOSrs
read()
method returns m10_read_qos::R
reader structure
Auto Trait Implementations§
impl Freeze for M10_READ_QOSrs
impl RefUnwindSafe for M10_READ_QOSrs
impl Send for M10_READ_QOSrs
impl Sync for M10_READ_QOSrs
impl Unpin for M10_READ_QOSrs
impl UnwindSafe for M10_READ_QOSrs
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