pub struct FRAMEDELAYMAX_SPEC;Expand description
Maximum frame delay
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see framedelaymax module
Trait Implementations§
Source§impl Readable for FRAMEDELAYMAX_SPEC
impl Readable for FRAMEDELAYMAX_SPEC
read() method returns framedelaymax::R reader structure
Source§impl RegisterSpec for FRAMEDELAYMAX_SPEC
impl RegisterSpec for FRAMEDELAYMAX_SPEC
Source§impl Resettable for FRAMEDELAYMAX_SPEC
impl Resettable for FRAMEDELAYMAX_SPEC
reset() method sets FRAMEDELAYMAX to value 0x1000
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for FRAMEDELAYMAX_SPEC
impl Writable for FRAMEDELAYMAX_SPEC
write(|w| ..) method takes framedelaymax::W writer structure
Auto Trait Implementations§
impl Freeze for FRAMEDELAYMAX_SPEC
impl RefUnwindSafe for FRAMEDELAYMAX_SPEC
impl Send for FRAMEDELAYMAX_SPEC
impl Sync for FRAMEDELAYMAX_SPEC
impl Unpin for FRAMEDELAYMAX_SPEC
impl UnwindSafe for FRAMEDELAYMAX_SPEC
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