Struct Rdiom
#[repr(transparent)]pub struct Rdiom(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Rdiom
impl Rdiom
pub const PERMANENTLYACTIVE: Self
pub const PERMANENTLYACTIVE: Self
RDY signal is defined internally fixed as permanently active (RDIOP setting has no effect)
pub const FROMINPUT: Self
pub const FROMINPUT: Self
RDY signal is overtaken from alternate function input (at master case) or output (at slave case) of the dedicated pin (RDIOP setting takes effect)
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