#[repr(transparent)]pub struct Ccfr(pub u32);Expand description
Channel n Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl Ccfr
impl Ccfr
Sourcepub const fn set_fifowmk(&mut self, val: u8)
pub const fn set_fifowmk(&mut self, val: u8)
FIFO Watermark
Sourcepub const fn set_icesel(&mut self, val: Icesel)
pub const fn set_icesel(&mut self, val: Icesel)
Input Clock Edge Select
Trait Implementations§
impl Copy for Ccfr
impl Eq for Ccfr
impl StructuralPartialEq for Ccfr
Auto Trait Implementations§
impl Freeze for Ccfr
impl RefUnwindSafe for Ccfr
impl Send for Ccfr
impl Sync for Ccfr
impl Unpin for Ccfr
impl UnwindSafe for Ccfr
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