pub enum LcdCamInstance {
LcdCam = 0,
}Available on crate feature
unstable only.Variants§
LcdCam = 0
Implementations§
Source§impl LcdCamInstance
impl LcdCamInstance
pub fn configure_lcd_clock( self, clocks: &mut ClockTree, config: LcdCamLcdClockConfig, )
pub fn lcd_clock_config( self, clocks: &mut ClockTree, ) -> Option<LcdCamLcdClockConfig>
pub fn request_lcd_clock(self, clocks: &mut ClockTree)
pub fn release_lcd_clock(self, clocks: &mut ClockTree)
pub fn lcd_clock_config_frequency( clocks: &mut ClockTree, config: LcdCamLcdClockConfig, ) -> u32
pub fn lcd_clock_frequency(self) -> u32
pub fn lcd_clock_source_frequency(sclk: LcdCamLcdClockSclk) -> u32
pub fn configure_cam_clock( self, clocks: &mut ClockTree, config: LcdCamCamClockConfig, )
pub fn cam_clock_config( self, clocks: &mut ClockTree, ) -> Option<LcdCamCamClockConfig>
pub fn request_cam_clock(self, clocks: &mut ClockTree)
pub fn release_cam_clock(self, clocks: &mut ClockTree)
pub fn cam_clock_config_frequency( clocks: &mut ClockTree, config: LcdCamCamClockConfig, ) -> u32
pub fn cam_clock_frequency(self) -> u32
pub fn cam_clock_source_frequency(sclk: LcdCamCamClockSclk) -> u32
Trait Implementations§
Source§impl Clone for LcdCamInstance
impl Clone for LcdCamInstance
Source§fn clone(&self) -> LcdCamInstance
fn clone(&self) -> LcdCamInstance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LcdCamInstance
impl Debug for LcdCamInstance
Source§impl PartialEq for LcdCamInstance
impl PartialEq for LcdCamInstance
impl Copy for LcdCamInstance
impl Eq for LcdCamInstance
impl StructuralPartialEq for LcdCamInstance
Auto Trait Implementations§
impl Freeze for LcdCamInstance
impl RefUnwindSafe for LcdCamInstance
impl Send for LcdCamInstance
impl Sync for LcdCamInstance
impl Unpin for LcdCamInstance
impl UnsafeUnpin for LcdCamInstance
impl UnwindSafe for LcdCamInstance
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)