pub enum PeripheralSelectMode {
Fixed,
Variable,
ChipSelectDecode,
}Expand description
Peripheral Select Mode
Variants§
Fixed
Fixed Peripheral Select Mode (ps = 0, pcsdec = 0)
Variable
Variable Peripheral Select Mode (ps = 1, pcsdec = 0)
ChipSelectDecode
Chip Select Decode (Variable) (ps = 1, pcsdec = 1)
Trait Implementations§
Source§impl Clone for PeripheralSelectMode
impl Clone for PeripheralSelectMode
Source§fn clone(&self) -> PeripheralSelectMode
fn clone(&self) -> PeripheralSelectMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PeripheralSelectMode
Source§impl Debug for PeripheralSelectMode
impl Debug for PeripheralSelectMode
impl Eq for PeripheralSelectMode
Source§impl Format for PeripheralSelectMode
impl Format for PeripheralSelectMode
Source§impl PartialEq for PeripheralSelectMode
impl PartialEq for PeripheralSelectMode
impl StructuralPartialEq for PeripheralSelectMode
Auto Trait Implementations§
impl Freeze for PeripheralSelectMode
impl RefUnwindSafe for PeripheralSelectMode
impl Send for PeripheralSelectMode
impl Sync for PeripheralSelectMode
impl Unpin for PeripheralSelectMode
impl UnsafeUnpin for PeripheralSelectMode
impl UnwindSafe for PeripheralSelectMode
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