pub struct PartialFr1<const MASK: u32>(/* private fields */);
Implementations§
Source§impl PartialFr1<0>
impl PartialFr1<0>
pub const fn with_sw_sync(&self, value: bool) -> PartialFr1<1>
Source§impl PartialFr1<1>
impl PartialFr1<1>
pub const fn with_hw_sync(&self, value: bool) -> PartialFr1<3>
Source§impl PartialFr1<3>
impl PartialFr1<3>
pub const fn with_dac_ref_pd(&self, value: bool) -> PartialFr1<19>
Source§impl PartialFr1<19>
impl PartialFr1<19>
pub const fn with_sync_clk_pd(&self, value: bool) -> PartialFr1<51>
Source§impl PartialFr1<51>
impl PartialFr1<51>
pub const fn with_ext_pd(&self, value: bool) -> PartialFr1<115>
Source§impl PartialFr1<115>
impl PartialFr1<115>
pub const fn with_ext_clk_pd(&self, value: bool) -> PartialFr1<243>
Source§impl PartialFr1<243>
impl PartialFr1<243>
pub const fn with_modulation(&self, value: u2) -> PartialFr1<1011>
Source§impl PartialFr1<1011>
impl PartialFr1<1011>
pub const fn with_ramp_up_down(&self, value: u2) -> PartialFr1<4083>
Source§impl PartialFr1<4083>
impl PartialFr1<4083>
pub const fn with_profile_pin(&self, value: u3) -> PartialFr1<32755>
Source§impl PartialFr1<32755>
impl PartialFr1<32755>
pub const fn with_charge_pump(&self, value: u2) -> PartialFr1<229363>
Source§impl PartialFr1<229363>
impl PartialFr1<229363>
pub const fn with_pll_divier(&self, value: u5) -> PartialFr1<8355827>
Source§impl PartialFr1<8355827>
impl PartialFr1<8355827>
pub const fn with_vco_high(&self, value: bool) -> PartialFr1<16744435>
Auto Trait Implementations§
impl<const MASK: u32> Freeze for PartialFr1<MASK>
impl<const MASK: u32> RefUnwindSafe for PartialFr1<MASK>
impl<const MASK: u32> Send for PartialFr1<MASK>
impl<const MASK: u32> Sync for PartialFr1<MASK>
impl<const MASK: u32> Unpin for PartialFr1<MASK>
impl<const MASK: u32> UnwindSafe for PartialFr1<MASK>
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