pub struct FORM_R(_);
Expand description
Field FORM
reader - Frame Format
Implementations
sourceimpl FORM_R
impl FORM_R
sourcepub fn is_usart_frame_no_parity(&self) -> bool
pub fn is_usart_frame_no_parity(&self) -> bool
Checks if the value of the field is USART_FRAME_NO_PARITY
sourcepub fn is_usart_frame_with_parity(&self) -> bool
pub fn is_usart_frame_with_parity(&self) -> bool
Checks if the value of the field is USART_FRAME_WITH_PARITY
sourcepub fn is_usart_frame_lin_master_mode(&self) -> bool
pub fn is_usart_frame_lin_master_mode(&self) -> bool
Checks if the value of the field is USART_FRAME_LIN_MASTER_MODE
sourcepub fn is_usart_frame_auto_baud_no_parity(&self) -> bool
pub fn is_usart_frame_auto_baud_no_parity(&self) -> bool
Checks if the value of the field is USART_FRAME_AUTO_BAUD_NO_PARITY
sourcepub fn is_usart_frame_auto_baud_with_parity(&self) -> bool
pub fn is_usart_frame_auto_baud_with_parity(&self) -> bool
Checks if the value of the field is USART_FRAME_AUTO_BAUD_WITH_PARITY
sourcepub fn is_usart_frame_iso_7816(&self) -> bool
pub fn is_usart_frame_iso_7816(&self) -> bool
Checks if the value of the field is USART_FRAME_ISO_7816
Methods from Deref<Target = FieldReader<u8, FORM_A>>
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0).
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FORM_R
impl Send for FORM_R
impl Sync for FORM_R
impl Unpin for FORM_R
impl UnwindSafe for FORM_R
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