#[repr(transparent)]pub struct LutCtrl(pub u32);Expand description
Look Up Table Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl LutCtrl
impl LutCtrl
Sourcepub const fn lut_bypass(&self) -> bool
pub const fn lut_bypass(&self) -> bool
Setting this bit will bypass the LUT memory resource completely
Sourcepub const fn set_lut_bypass(&mut self, val: bool)
pub const fn set_lut_bypass(&mut self, val: bool)
Setting this bit will bypass the LUT memory resource completely
Trait Implementations§
impl Copy for LutCtrl
impl Eq for LutCtrl
impl StructuralPartialEq for LutCtrl
Auto Trait Implementations§
impl Freeze for LutCtrl
impl RefUnwindSafe for LutCtrl
impl Send for LutCtrl
impl Sync for LutCtrl
impl Unpin for LutCtrl
impl UnwindSafe for LutCtrl
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