Struct rp2040_pac2::dma::vals::SniffCtrlCalc [−][src]
Implementations
impl SniffCtrlCalc
[src]
pub const CRC32: Self
[src]
Calculate a CRC-32 (IEEE802.3 polynomial)
pub const CRC32R: Self
[src]
Calculate a CRC-32 (IEEE802.3 polynomial) with bit reversed data
pub const CRC16: Self
[src]
Calculate a CRC-16-CCITT
pub const CRC16R: Self
[src]
Calculate a CRC-16-CCITT with bit reversed data
pub const EVEN: Self
[src]
XOR reduction over all data. == 1 if the total 1 population count is odd.
pub const SUM: Self
[src]
Calculate a simple 32-bit checksum (addition with a 32 bit accumulator)
Trait Implementations
impl Clone for SniffCtrlCalc
[src]
fn clone(&self) -> SniffCtrlCalc
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SniffCtrlCalc
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,