Enum stm32_metapac::spi::vals::Rdiom
#[repr(u8)]pub enum Rdiom {
PERMANENTLYACTIVE = 0,
FROMINPUT = 1,
}
Variants§
PERMANENTLYACTIVE = 0
RDY signal is defined internally fixed as permanently active (RDIOP setting has no effect)
FROMINPUT = 1
RDY signal is overtaken from alternate function input (at master case) or output (at slave case) of the dedicated pin (RDIOP setting takes effect)
Implementations§
Trait Implementations§
§impl Ord for Rdiom
impl Ord for Rdiom
§impl PartialOrd for Rdiom
impl PartialOrd for Rdiom
impl Copy for Rdiom
impl Eq for Rdiom
impl StructuralPartialEq for Rdiom
Auto Trait Implementations§
impl Freeze for Rdiom
impl RefUnwindSafe for Rdiom
impl Send for Rdiom
impl Sync for Rdiom
impl Unpin for Rdiom
impl UnwindSafe for Rdiom
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)