Struct Spi2DmaRmp
#[repr(transparent)]pub struct Spi2DmaRmp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Spi2DmaRmp
impl Spi2DmaRmp
pub const NOTREMAPPED: Self
pub const NOTREMAPPED: Self
SPI2_RX and SPI2_TX DMA requests mapped on DMA channel 4 and 5 respectively
pub const REMAPPED: Self
pub const REMAPPED: Self
SPI2_RX and SPI2_TX DMA requests mapped on DMA channel 6 and 7 respectively
Trait Implementations§
§impl Clone for Spi2DmaRmp
impl Clone for Spi2DmaRmp
§fn clone(&self) -> Spi2DmaRmp
fn clone(&self) -> Spi2DmaRmp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for Spi2DmaRmp
impl Ord for Spi2DmaRmp
§impl PartialEq for Spi2DmaRmp
impl PartialEq for Spi2DmaRmp
§impl PartialOrd for Spi2DmaRmp
impl PartialOrd for Spi2DmaRmp
impl Copy for Spi2DmaRmp
impl Eq for Spi2DmaRmp
impl StructuralPartialEq for Spi2DmaRmp
Auto Trait Implementations§
impl Freeze for Spi2DmaRmp
impl RefUnwindSafe for Spi2DmaRmp
impl Send for Spi2DmaRmp
impl Sync for Spi2DmaRmp
impl Unpin for Spi2DmaRmp
impl UnwindSafe for Spi2DmaRmp
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