#[repr(transparent)]pub struct LutInpMux(pub u32);Expand description
LUTn input x MUX
Tuple Fields§
§0: u32Implementations§
Source§impl LutInpMux
impl LutInpMux
Sourcepub const fn lutn_inpx(&self) -> LutnInpx
pub const fn lutn_inpx(&self) -> LutnInpx
Selects the input source to be connected to LUT0 input0. For each LUT, the slot associated with the output from LUTn itself is tied low.
Sourcepub const fn set_lutn_inpx(&mut self, val: LutnInpx)
pub const fn set_lutn_inpx(&mut self, val: LutnInpx)
Selects the input source to be connected to LUT0 input0. For each LUT, the slot associated with the output from LUTn itself is tied low.
Trait Implementations§
impl Copy for LutInpMux
impl Eq for LutInpMux
impl StructuralPartialEq for LutInpMux
Auto Trait Implementations§
impl Freeze for LutInpMux
impl RefUnwindSafe for LutInpMux
impl Send for LutInpMux
impl Sync for LutInpMux
impl Unpin for LutInpMux
impl UnwindSafe for LutInpMux
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