Struct stm32_metapac::jpeg::regs::JpegCr
#[repr(transparent)]pub struct JpegCr(pub u32);
Expand description
JPEG control register
Tuple Fields§
§0: u32
Implementations§
§impl JpegCr
impl JpegCr
pub fn set_ifnfie(&mut self, val: bool)
pub fn set_ifnfie(&mut self, val: bool)
Input FIFO Not Full Interrupt Enable
pub fn set_ofneie(&mut self, val: bool)
pub fn set_ofneie(&mut self, val: bool)
Output FIFO Not Empty Interrupt Enable
pub fn set_idmaen(&mut self, val: bool)
pub fn set_idmaen(&mut self, val: bool)
Input DMA Enable
pub fn set_odmaen(&mut self, val: bool)
pub fn set_odmaen(&mut self, val: bool)
Output DMA Enable
Trait Implementations§
impl Copy for JpegCr
impl Eq for JpegCr
impl StructuralPartialEq for JpegCr
Auto Trait Implementations§
impl Freeze for JpegCr
impl RefUnwindSafe for JpegCr
impl Send for JpegCr
impl Sync for JpegCr
impl Unpin for JpegCr
impl UnwindSafe for JpegCr
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
)