Enum embassy_stm32::crc::InputReverseConfig
source · pub enum InputReverseConfig {
None,
Byte,
Halfword,
Word,
}
Expand description
Input reverse configuration.
Variants§
None
Don’t reverse anything
Byte
Reverse bytes
Halfword
Reverse 16-bit halfwords.
Word
Reverse 32-bit words.
Auto Trait Implementations§
impl RefUnwindSafe for InputReverseConfig
impl Send for InputReverseConfig
impl Sync for InputReverseConfig
impl Unpin for InputReverseConfig
impl UnwindSafe for InputReverseConfig
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