pub struct CFS_W<'a> { /* private fields */ }Expand description
Field CFS writer - Control Frame Size. Selects the length of the control word for the Microwire frame format. For the field decode, refer to Table 6-3 on page 101
Implementations§
Source§impl<'a> CFS_W<'a>
impl<'a> CFS_W<'a>
Sourcepub fn word_10bit(self) -> &'a mut W
pub fn word_10bit(self) -> &'a mut W
10 bit control word
Sourcepub fn word_11bit(self) -> &'a mut W
pub fn word_11bit(self) -> &'a mut W
11 bit control word
Sourcepub fn word_12bit(self) -> &'a mut W
pub fn word_12bit(self) -> &'a mut W
12 bit control word
Sourcepub fn word_13bit(self) -> &'a mut W
pub fn word_13bit(self) -> &'a mut W
13 bit control word
Sourcepub fn word_14bit(self) -> &'a mut W
pub fn word_14bit(self) -> &'a mut W
14 bit control word
Sourcepub fn word_15bit(self) -> &'a mut W
pub fn word_15bit(self) -> &'a mut W
15 bit control word
Sourcepub fn word_16bit(self) -> &'a mut W
pub fn word_16bit(self) -> &'a mut W
16 bit control word
Auto Trait Implementations§
impl<'a> Freeze for CFS_W<'a>
impl<'a> RefUnwindSafe for CFS_W<'a>
impl<'a> Send for CFS_W<'a>
impl<'a> Sync for CFS_W<'a>
impl<'a> Unpin for CFS_W<'a>
impl<'a> !UnwindSafe for CFS_W<'a>
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