Enum stm32_metapac::adf::vals::Cckdir
#[repr(u8)]pub enum Cckdir {
INPUT = 0,
OUTPUT = 1,
}
Expand description
CCK1 direction. This bit is set and reset by software. It is used to control the direction of the ADF_CCK1 pin.
Variants§
Implementations§
Trait Implementations§
§impl Ord for Cckdir
impl Ord for Cckdir
§impl PartialOrd for Cckdir
impl PartialOrd for Cckdir
impl Copy for Cckdir
impl Eq for Cckdir
impl StructuralPartialEq for Cckdir
Auto Trait Implementations§
impl Freeze for Cckdir
impl RefUnwindSafe for Cckdir
impl Send for Cckdir
impl Sync for Cckdir
impl Unpin for Cckdir
impl UnwindSafe for Cckdir
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
)