pub struct MAXPACKETSIZE_SPEC;Expand description
Length of key-stream generated when MODE.LENGTH = Extended.
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see maxpacketsize module
Trait Implementations§
Source§impl Readable for MAXPACKETSIZE_SPEC
read() method returns maxpacketsize::R reader structure
impl Readable for MAXPACKETSIZE_SPEC
read() method returns maxpacketsize::R reader structure
Source§impl RegisterSpec for MAXPACKETSIZE_SPEC
impl RegisterSpec for MAXPACKETSIZE_SPEC
Source§impl Resettable for MAXPACKETSIZE_SPEC
reset() method sets MAXPACKETSIZE to value 0xfb
impl Resettable for MAXPACKETSIZE_SPEC
reset() method sets MAXPACKETSIZE to value 0xfb
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for MAXPACKETSIZE_SPEC
write(|w| ..) method takes maxpacketsize::W writer structure
impl Writable for MAXPACKETSIZE_SPEC
write(|w| ..) method takes maxpacketsize::W writer structure
Auto Trait Implementations§
impl Freeze for MAXPACKETSIZE_SPEC
impl RefUnwindSafe for MAXPACKETSIZE_SPEC
impl Send for MAXPACKETSIZE_SPEC
impl Sync for MAXPACKETSIZE_SPEC
impl Unpin for MAXPACKETSIZE_SPEC
impl UnwindSafe for MAXPACKETSIZE_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